Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dbts.c187 struct bts_buffer *buf = perf_get_aux(&bts->handle); in bts_update()
235 struct bts_buffer *buf = perf_get_aux(&bts->handle); in __bts_event_start()
316 buf = perf_get_aux(&bts->handle); in bts_event_stop()
473 buf = perf_get_aux(&bts->handle); in intel_bts_interrupt()
H A Dpt.c502 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_config()
849 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_update_head()
903 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_handle_status()
1497 buf = perf_get_aux(&pt->handle); in intel_pt_interrupt()
1620 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_event_stop()
1647 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_event_snapshot_aux()
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c395 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_pad_buf()
405 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_next_snapshot_off()
435 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in __arm_spe_pmu_next_off()
504 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_next_off()
554 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_perf_aux_output_end()
657 if (!perf_get_aux(handle)) in arm_spe_pmu_irq_handler()
834 if (perf_get_aux(handle)) { in arm_spe_pmu_stop()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.h71 struct etm_event_data *data = perf_get_aux(handle); in etm_perf_sink_config()
H A Dcoresight-etm-perf.c551 WARN_ON(perf_get_aux(handle) != ctxt->event_data)) in etm_event_stop()
H A Dcoresight-trbe.c1141 if (WARN_ON_ONCE(!handle) || !perf_get_aux(handle)) in arm_trbe_irq_handler()
/openbmc/linux/kernel/events/
H A Dring_buffer.c563 void *perf_get_aux(struct perf_output_handle *handle) in perf_get_aux() function
571 EXPORT_SYMBOL_GPL(perf_get_aux);
/openbmc/linux/include/linux/
H A Dperf_event.h1076 extern void *perf_get_aux(struct perf_output_handle *handle);
1726 perf_get_aux(struct perf_output_handle *handle) { return NULL; } in perf_get_aux() function
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1429 aux = perf_get_aux(handle); in aux_output_end()
1644 aux = perf_get_aux(handle); in hw_collect_aux()
/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c249 buf = perf_get_aux(handle); in hisi_ptt_update_aux()