Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c553 perf_report_aux_output_id(event, hw_id); in etm_event_start()
/linux/include/linux/
H A Dperf_event.h1899 extern void perf_report_aux_output_id(struct perf_event *event, u64 hw_id);
/linux/kernel/events/
H A Dcore.c10538 void perf_report_aux_output_id(struct perf_event *event, u64 hw_id) in perf_report_aux_output_id() function
10567 EXPORT_SYMBOL_GPL(perf_report_aux_output_id);
/linux/arch/x86/events/intel/
H A Dcore.c2857 perf_report_aux_output_id(event, idx); in intel_pmu_assign_event()