Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dmachine.h119 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.c701 int machine__process_lost_event(struct machine *machine __maybe_unused, in machine__process_lost_event() function
2015 ret = machine__process_lost_event(machine, event, sample); break; in machine__process_event()
/Linux-v5.15/tools/perf/
Dbuiltin-trace.c1578 ret = machine__process_lost_event(machine, event, sample); in trace__process_event()