Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dmachine.h129 int machine__process_lost_samples_event(struct machine *machine, union perf_event *event,
Devent.c280 return machine__process_lost_samples_event(machine, event, sample); in perf_event__process_lost_samples()
Dmachine.c828 int machine__process_lost_samples_event(struct machine *machine __maybe_unused, in machine__process_lost_samples_event() function
2194 ret = machine__process_lost_samples_event(machine, event, sample); break; in machine__process_event()