Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c509 perf_report_aux_output_id(event, hw_id); in etm_event_start()
/linux-6.6.21/include/linux/
Dperf_event.h1681 extern void perf_report_aux_output_id(struct perf_event *event, u64 hw_id);
/linux-6.6.21/kernel/events/
Dcore.c9446 void perf_report_aux_output_id(struct perf_event *event, u64 hw_id) in perf_report_aux_output_id() function
9475 EXPORT_SYMBOL_GPL(perf_report_aux_output_id);
/linux-6.6.21/arch/x86/events/intel/
Dcore.c2518 perf_report_aux_output_id(event, idx); in intel_pmu_assign_event()