Searched refs:needs_mmap (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| 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,… 102 perf_event__handler_t process, bool needs_mmap, bool data_mmap, 105 struct perf_thread_map *threads, bool needs_mmap, bool data_mmap,
|
| A D | synthetic-events.c | 791 if (pid == tgid && needs_mmap && in __event__synthesize_thread() 889 needs_mmap, mmap_data)) { in perf_event__synthesize_thread_map() 915 needs_mmap, mmap_data)) { in perf_event__synthesize_thread_map() 935 bool needs_mmap, in __perf_event__synthesize_threads() argument 999 bool needs_mmap; member 1012 args->needs_mmap, args->mmap_data, in synthesize_threads_worker() 1021 bool needs_mmap, bool mmap_data, in perf_event__synthesize_threads() argument 1051 needs_mmap, mmap_data, in perf_event__synthesize_threads() 1072 args[i].needs_mmap = needs_mmap; in perf_event__synthesize_threads() 1953 needs_mmap, data_mmap); in __machine__synthesize_threads() [all …]
|
| /linux/tools/perf/ |
| A D | builtin-record.c | 1812 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize_workload() local 1824 needs_mmap, in record__synthesize_workload() 2129 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize() local 2133 f, needs_mmap, opts->sample_address, in record__synthesize()
|
Completed in 16 milliseconds