Searched refs:perf_get_aux (Results 1 – 10 of 10) sorted by relevance
187 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()
502 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_config()847 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_update_head()898 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_handle_status()1492 buf = perf_get_aux(&pt->handle); in intel_pt_interrupt()1614 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_event_stop()1641 struct pt_buffer *buf = perf_get_aux(&pt->handle); in pt_event_snapshot_aux()
396 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_pad_buf()406 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_next_snapshot_off()436 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in __arm_spe_pmu_next_off()505 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_pmu_next_off()555 struct arm_spe_pmu_buf *buf = perf_get_aux(handle); in arm_spe_perf_aux_output_end()658 if (!perf_get_aux(handle)) in arm_spe_pmu_irq_handler()836 if (perf_get_aux(handle)) { in arm_spe_pmu_stop()
71 struct etm_event_data *data = perf_get_aux(handle); in etm_perf_sink_config()
550 WARN_ON(perf_get_aux(handle) != ctxt->event_data)) in etm_event_stop()
1139 if (WARN_ON_ONCE(!handle) || !perf_get_aux(handle)) in arm_trbe_irq_handler()
560 void *perf_get_aux(struct perf_output_handle *handle) in perf_get_aux() function568 EXPORT_SYMBOL_GPL(perf_get_aux);
1059 extern void *perf_get_aux(struct perf_output_handle *handle);1692 perf_get_aux(struct perf_output_handle *handle) { return NULL; } in perf_get_aux() function
1460 aux = perf_get_aux(handle); in aux_output_end()1675 aux = perf_get_aux(handle); in hw_collect_aux()
249 buf = perf_get_aux(handle); in hisi_ptt_update_aux()
Completed in 26 milliseconds