Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dmachine.h118 int machine__process_lost_event(struct machine *machine, union perf_event *event,
Devent.c221 return machine__process_lost_event(machine, event, sample); in perf_event__process_lost()
Dmachine.c674 int machine__process_lost_event(struct machine *machine __maybe_unused, in machine__process_lost_event() function
1969 ret = machine__process_lost_event(machine, event, sample); break; in machine__process_event()
/Linux-v5.10/tools/perf/
Dbuiltin-trace.c1570 ret = machine__process_lost_event(machine, event, sample); in trace__process_event()