Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmachine.h135 int machine__process_aux_output_hw_id_event(struct machine *machine,
H A Devent.c272 return machine__process_aux_output_hw_id_event(machine, event); in perf_event__process_aux_output_hw_id()
H A Dmachine.c877 int machine__process_aux_output_hw_id_event(struct machine *machine __maybe_unused, in machine__process_aux_output_hw_id_event() function
2209 ret = machine__process_aux_output_hw_id_event(machine, event); break; in machine__process_event()