Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dhists_common.c122 machine__process_mmap_event(machine, &fake_mmap_event, &sample); in setup_fake_machine()
/Linux-v4.19/tools/perf/util/
Dmachine.h126 int machine__process_mmap_event(struct machine *machine, union perf_event *event,
Dmachine.c1620 int machine__process_mmap_event(struct machine *machine, union perf_event *event, in machine__process_mmap_event() function
1778 ret = machine__process_mmap_event(machine, event, sample); break; in machine__process_event()
Devent.c1398 return machine__process_mmap_event(machine, event, sample); in perf_event__process_mmap()