Searched refs:machine__process_mmap_event (Results 1 – 4 of 4) sorted by relevance
/tools/perf/tests/ |
D | hists_common.c | 124 machine__process_mmap_event(machine, &fake_mmap_event, &sample); in setup_fake_machine()
|
/tools/perf/util/ |
D | machine.h | 145 int machine__process_mmap_event(struct machine *machine, union perf_event *event,
|
D | event.c | 395 return machine__process_mmap_event(machine, event, sample); in perf_event__process_mmap()
|
D | machine.c | 1995 int machine__process_mmap_event(struct machine *machine, union perf_event *event, in machine__process_mmap_event() function 2180 ret = machine__process_mmap_event(machine, event, sample); break; in machine__process_event()
|