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.c119 machine__process_mmap_event(machine, &fake_mmap_event, &sample); in setup_fake_machine()
/tools/perf/util/
Dmachine.h100 int machine__process_mmap_event(struct machine *machine, union perf_event *event,
Dmachine.c1363 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()
Devent.c1120 return machine__process_mmap_event(machine, event, sample); in perf_event__process_mmap()