Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c509 perf_report_aux_output_id(event, hw_id); in etm_event_start()
/openbmc/linux/include/linux/
H A Dperf_event.h1682 extern void perf_report_aux_output_id(struct perf_event *event, u64 hw_id);
/openbmc/linux/kernel/events/
H A Dcore.c9508 void perf_report_aux_output_id(struct perf_event *event, u64 hw_id) in perf_report_aux_output_id() function
9537 EXPORT_SYMBOL_GPL(perf_report_aux_output_id);
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c2518 perf_report_aux_output_id(event, idx); in intel_pmu_assign_event()