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