Home
last modified time | relevance | path

Searched refs:machine__process_mmap_event (Results 1 – 4 of 4) sorted by relevance

/tools/perf/tests/
Dhists_common.c124 machine__process_mmap_event(machine, &fake_mmap_event, &sample); in setup_fake_machine()
/tools/perf/util/
Dmachine.h145 int machine__process_mmap_event(struct machine *machine, union perf_event *event,
Devent.c395 return machine__process_mmap_event(machine, event, sample); in perf_event__process_mmap()
Dmachine.c1995 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()