Home
last modified time | relevance | path

Searched refs:perf_get_aux (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/events/intel/
H A Dbts.c188 struct bts_buffer *bb = perf_get_aux(&bts->handle); in bts_update()
236 struct bts_buffer *bb = perf_get_aux(&bts->handle); in __bts_event_start()
317 bb = perf_get_aux(&bts->handle); in bts_event_stop()
489 bb = perf_get_aux(&bts->handle); in intel_bts_interrupt()
H A Dpt.c508 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_config()
873 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_update_head()
927 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_handle_status()
1524 buf = perf_get_aux(&pt->handle); in intel_pt_interrupt()
1683 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_event_stop()
1710 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_event_snapshot_aux()
/linux/drivers/perf/
H A Darm_spe_pmu.c486 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_pad_buf()
496 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_next_snapshot_off()
526 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in __arm_spe_pmu_next_off()
595 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_next_off()
651 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_perf_aux_output_end()
754 if (!perf_get_aux(handle)) in arm_spe_pmu_irq_handler()
944 if (perf_get_aux(handle)) { in arm_spe_pmu_stop()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.h108 struct etm_event_data *data = perf_get_aux(handle); in etm_perf_sink_config()
H A Dcoresight-etm-perf.c647 WARN_ON(perf_get_aux(handle) != ctxt->event_data)) in etm_event_stop()
H A Dcoresight-trbe.c1157 if (WARN_ON_ONCE(!handle) || !perf_get_aux(handle)) in arm_trbe_irq_handler()
/linux/kernel/events/
H A Dring_buffer.c568 void *perf_get_aux(struct perf_output_handle *handle) in perf_get_aux() function
576 EXPORT_SYMBOL_GPL(perf_get_aux);
/linux/include/linux/
H A Dperf_event.h1218 extern void *perf_get_aux(struct perf_output_handle *handle);
1952 perf_get_aux(struct perf_output_handle *handle) { return NULL; } in perf_get_aux() function
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1307 aux = perf_get_aux(handle); in aux_output_end()
1499 aux = perf_get_aux(handle); in hw_collect_aux()
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c253 buf = perf_get_aux(handle); in hisi_ptt_update_aux()