Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dmachine.h89 int machine__process_lost_event(struct machine *machine, union perf_event *event,
Dmachine.c490 int machine__process_lost_event(struct machine *machine __maybe_unused, in machine__process_lost_event() function
1473 ret = machine__process_lost_event(machine, event, sample); break; in machine__process_event()
Devent.c727 return machine__process_lost_event(machine, event, sample); in perf_event__process_lost()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c1619 ret = machine__process_lost_event(machine, event, sample); in trace__process_event()