Home
last modified time | relevance | path

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

/tools/perf/util/
Dmachine.h91 int machine__process_lost_samples_event(struct machine *machine, union perf_event *event,
Dmachine.c498 int machine__process_lost_samples_event(struct machine *machine __maybe_unused, in machine__process_lost_samples_event() function
1479 ret = machine__process_lost_samples_event(machine, event, sample); break; in machine__process_event()
Devent.c751 return machine__process_lost_samples_event(machine, event, sample); in perf_event__process_lost_samples()