Searched refs:perf_aux_output_end (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/powerpc/perf/ |
| H A D | vpa-dtl.c | 253 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 D | bts.c | 286 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 D | coresight-etm-perf.c | 573 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 D | coresight-trbe.c | 300 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 D | perf_cpum_sf.c | 1318 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 D | ring_buffer.c | 488 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 D | hisi_ptt.c | 283 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 D | arm_spe_pmu.c | 589 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 D | perf_event.h | 1214 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
|