Home
last modified time | relevance | path

Searched refs:perf_aux_output_end (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/perf/
H A Dvpa-dtl.c253 perf_aux_output_end(&vpa_ctx->handle, size); in vpa_dtl_dump_sample_data()
258 perf_aux_output_end(&vpa_ctx->handle, n_read * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
270 perf_aux_output_end(&vpa_ctx->handle, size); in vpa_dtl_dump_sample_data()
276 perf_aux_output_end(&vpa_ctx->handle, (n_req + n_read) * sizeof(struct dtl_entry)); in vpa_dtl_dump_sample_data()
/linux/arch/x86/events/intel/
H A Dbts.c286 perf_aux_output_end(&bts->handle, 0); in bts_event_start()
329 perf_aux_output_end(&bts->handle, in bts_event_stop()
508 perf_aux_output_end(&bts->handle, local_xchg(&bb->data_size, 0)); in intel_bts_interrupt()
523 perf_aux_output_end(&bts->handle, 0); in intel_bts_interrupt()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c573 perf_aux_output_end(handle, 0); in etm_event_start()
622 perf_aux_output_end(handle, size); in etm_event_pause()
670 perf_aux_output_end(handle, 0); in etm_event_stop()
719 perf_aux_output_end(handle, size); in etm_event_stop()
H A Dcoresight-trbe.c300 perf_aux_output_end(handle, 0); in trbe_stop_and_truncate_event()
1079 perf_aux_output_end(handle, size); in trbe_handle_overflow()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1318 perf_aux_output_end(handle, i << PAGE_SHIFT); in aux_output_end()
1507 perf_aux_output_end(handle, size); in hw_collect_aux()
1536 perf_aux_output_end(&cpuhw->handle, size); in hw_collect_aux()
1541 perf_aux_output_end(&cpuhw->handle, size); in hw_collect_aux()
/linux/kernel/events/
H A Dring_buffer.c488 void perf_aux_output_end(struct perf_output_handle *handle, unsigned long size) in perf_aux_output_end() function
540 EXPORT_SYMBOL_GPL(perf_aux_output_end);
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c283 perf_aux_output_end(handle, size); in hisi_ptt_update_aux()
291 perf_aux_output_end(handle, 0); in hisi_ptt_update_aux()
1126 perf_aux_output_end(handle, 0); in hisi_ptt_pmu_start()
/linux/drivers/perf/
H A Darm_spe_pmu.c589 perf_aux_output_end(handle, 0); in __arm_spe_pmu_next_off()
660 perf_aux_output_end(handle, size); in arm_spe_perf_aux_output_end()
/linux/include/linux/
H A Dperf_event.h1214 extern void perf_aux_output_end(struct perf_output_handle *handle,
1946 perf_aux_output_end(struct perf_output_handle *handle, unsigned long size) in perf_aux_output_end() function