Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dmachine.h113 int machine__process_lost_event(struct machine *machine, union perf_event *event,
Dmachine.c620 int machine__process_lost_event(struct machine *machine __maybe_unused, in machine__process_lost_event() function
1788 ret = machine__process_lost_event(machine, event, sample); break; in machine__process_event()
Devent.c1302 return machine__process_lost_event(machine, event, sample); in perf_event__process_lost()
/Linux-v4.19/tools/perf/
Dbuiltin-trace.c1169 ret = machine__process_lost_event(machine, event, sample); in trace__process_event()