Searched refs:machine__process_lost_event (Results 1 – 4 of 4) sorted by relevance
46 int machine__process_lost_event(struct machine *machine, union perf_event *event);
334 int machine__process_lost_event(struct machine *machine __maybe_unused, in machine__process_lost_event() function1160 ret = machine__process_lost_event(machine, event); break; in machine__process_event()
528 return machine__process_lost_event(machine, event); in perf_event__process_lost()
484 ret = machine__process_lost_event(machine, event); in trace__process_event()