Searched refs:needs_mmap (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | synthetic-events.h | 71 …*threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data); 72 …ol *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data,… 83 perf_event__handler_t process, bool needs_mmap, bool data_mmap, 86 struct perf_thread_map *threads, bool needs_mmap, bool data_mmap,
|
H A D | synthetic-events.c | 751 bool needs_mmap, bool mmap_data) in __event__synthesize_thread() argument 775 if (pid == tgid && needs_mmap && in __event__synthesize_thread() 823 if (_pid == pid && !kernel_thread && needs_mmap) { in __event__synthesize_thread() 843 bool needs_mmap, bool mmap_data) in perf_event__synthesize_thread_map() argument 873 needs_mmap, mmap_data)) { in perf_event__synthesize_thread_map() 899 needs_mmap, mmap_data)) { in perf_event__synthesize_thread_map() 919 bool needs_mmap, in __perf_event__synthesize_threads() argument 964 tool, machine, needs_mmap, mmap_data); in __perf_event__synthesize_threads() 983 bool needs_mmap; member 996 args->needs_mmap, args->mmap_data, in synthesize_threads_worker() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | 1759 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize_workload() local 1771 needs_mmap, in record__synthesize_workload() 2080 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; in record__synthesize() local 2084 f, needs_mmap, opts->sample_address, in record__synthesize()
|