Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhists_common.c124 machine__process_mmap_event(machine, &fake_mmap_event, &sample); in setup_fake_machine()
/linux/tools/perf/util/
H A Dmachine.h135 int machine__process_mmap_event(struct machine *machine, union perf_event *event,
H A Dmachine.c1797 int machine__process_mmap_event(struct machine *machine, union perf_event *event, in machine__process_mmap_event() function
1957 ret = machine__process_mmap_event(machine, event, sample); break; in machine__process_event()