Searched refs:needs_mmap (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | synthetic-events.h | 90 …*threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data); 91 …ol *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data,… 104 perf_event__handler_t process, bool needs_mmap, bool data_mmap, 107 struct perf_thread_map *threads, bool needs_mmap, bool data_mmap,
|
| H A D | synthetic-events.c | 774 bool needs_mmap, bool mmap_data) in __event__synthesize_thread() argument 798 if (pid == tgid && needs_mmap && in __event__synthesize_thread() 849 if (_pid == pid && !kernel_thread && needs_mmap) { in __event__synthesize_thread() 867 bool needs_mmap, bool mmap_data) in perf_event__synthesize_thread_map() argument 897 needs_mmap, mmap_data)) { in perf_event__synthesize_thread_map() 923 needs_mmap, mmap_data)) { in perf_event__synthesize_thread_map() 943 bool needs_mmap, in __perf_event__synthesize_threads() argument 988 tool, machine, needs_mmap, mmap_data); in __perf_event__synthesize_threads() 1007 bool needs_mmap; member 1020 args->needs_mmap, args->mmap_data, in synthesize_threads_worker() [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 1871 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize_workload() local 1883 needs_mmap, in record__synthesize_workload() 2190 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize() local 2194 f, needs_mmap, opts->sample_address, in record__synthesize()
|