Home
last modified time | relevance | path

Searched refs:perf_event__synthesize_mmap_events (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dsynthetic-events.h80 int perf_event__synthesize_mmap_events(const struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_data);
H A Dsynthetic-events.c428 int perf_event__synthesize_mmap_events(const struct perf_tool *tool, in perf_event__synthesize_mmap_events() function
799 perf_event__synthesize_mmap_events(tool, mmap_event, pid, tgid, in __event__synthesize_thread()
851 rc = perf_event__synthesize_mmap_events(tool, mmap_event, pid, tgid, in __event__synthesize_thread()
H A Dmachine.c167 return perf_event__synthesize_mmap_events(NULL, &event, pid, pid, in machine__init_live()