Home
last modified time | relevance | path

Searched refs:PERF_RECORD_AUX_OUTPUT_HW_ID (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1208 PERF_RECORD_AUX_OUTPUT_HW_ID = 21, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1208 PERF_RECORD_AUX_OUTPUT_HW_ID = 21, enumerator
/openbmc/linux/tools/perf/util/
H A Devent.c60 [PERF_RECORD_AUX_OUTPUT_HW_ID] = "AUX_OUTPUT_HW_ID",
580 case PERF_RECORD_AUX_OUTPUT_HW_ID: in perf_event__fprintf()
H A Dsession.c1021 [PERF_RECORD_AUX_OUTPUT_HW_ID] = perf_event__all64_swap,
1616 case PERF_RECORD_AUX_OUTPUT_HW_ID: in machines__deliver_event()
H A Dcs-etm.c3036 if (event->header.type == PERF_RECORD_AUX_OUTPUT_HW_ID) { in cs_etm__process_aux_hw_id_cb()
H A Dmachine.c2208 case PERF_RECORD_AUX_OUTPUT_HW_ID: in machine__process_event()
H A Dintel-pt.c3518 else if (event->header.type == PERF_RECORD_AUX_OUTPUT_HW_ID) in intel_pt_process_event()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1237 kernels and perf tools add support for the PERF_RECORD_AUX_OUTPUT_HW_ID side-band event.
1240 perf script -D --no-itrace | grep PERF_RECORD_AUX_OUTPUT_HW_ID
/openbmc/linux/kernel/events/
H A Dcore.c9504 rec.header.type = PERF_RECORD_AUX_OUTPUT_HW_ID; in perf_report_aux_output_id()