Searched refs:needs_mmap (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dsynthetic-events.h71 int perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data);
72 int perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize);
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 Dsynthetic-events.c767 bool needs_mmap, bool mmap_data)
791 if (pid == tgid && needs_mmap &&
839 if (_pid == pid && !kernel_thread && needs_mmap) {
859 bool needs_mmap, bool mmap_data)
889 needs_mmap, mmap_data)) {
915 needs_mmap, mmap_data)) {
935 bool needs_mmap,
980 tool, machine, needs_mmap, mmap_data);
999 bool needs_mmap; member in struct:synthesize_threads_arg
1012 args->needs_mmap, arg
761 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, union perf_event *fork_event, union perf_event *namespaces_event, pid_t pid, int full, perf_event__handler_t process, struct perf_tool *tool, struct machine *machine, bool needs_mmap, bool mmap_data) argument
855 perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data) argument
932 __perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, struct dirent **dirent, int start, int num) argument
1018 perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize) argument
1927 __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, struct target *target, struct perf_thread_map *threads, perf_event__handler_t process, bool needs_mmap, bool data_mmap, unsigned int nr_threads_synthesize) argument
1962 machine__synthesize_threads(struct machine *machine, struct target *target, struct perf_thread_map *threads, bool needs_mmap, bool data_mmap, unsigned int nr_threads_synthesize) argument
[all...]
/linux-master/tools/perf/
H A Dbuiltin-record.c1804 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; local
1816 needs_mmap,
2137 bool needs_mmap = rec->opts.synth & PERF_SYNTH_MMAP; local
2141 f, needs_mmap, opts->sample_address,

Completed in 139 milliseconds