Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c509 perf_report_aux_output_id(event, hw_id); in etm_event_start()
/Linux-v6.6/include/linux/
Dperf_event.h1677 extern void perf_report_aux_output_id(struct perf_event *event, u64 hw_id);
/Linux-v6.6/kernel/events/
Dcore.c9411 void perf_report_aux_output_id(struct perf_event *event, u64 hw_id) in perf_report_aux_output_id() function
9440 EXPORT_SYMBOL_GPL(perf_report_aux_output_id);
/Linux-v6.6/arch/x86/events/intel/
Dcore.c2518 perf_report_aux_output_id(event, idx); in intel_pmu_assign_event()