Home
last modified time | relevance | path

Searched refs:perf_get_aux (Results 1 – 8 of 8) 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()
/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/kernel/events/
H A Dring_buffer.c570 void *perf_get_aux(struct perf_output_handle *handle) in perf_get_aux() function
578 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/coresight/
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/drivers/hwtracing/ptt/
H A Dhisi_ptt.c253 buf = perf_get_aux(handle); in hisi_ptt_update_aux()