Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dmachine.h46 int machine__process_lost_event(struct machine *machine, union perf_event *event);
Dmachine.c334 int machine__process_lost_event(struct machine *machine __maybe_unused, in machine__process_lost_event() function
1160 ret = machine__process_lost_event(machine, event); break; in machine__process_event()
Devent.c528 return machine__process_lost_event(machine, event); in perf_event__process_lost()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-trace.c484 ret = machine__process_lost_event(machine, event); in trace__process_event()