Home
last modified time | relevance | path

Searched refs:snapshot_finish (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c518 sper->itr.snapshot_finish = arm_spe_snapshot_finish; in arm_spe_recording_init()
/linux/tools/perf/arch/x86/util/
H A Dintel-bts.c442 btsr->itr.snapshot_finish = intel_bts_snapshot_finish; in intel_bts_recording_init()
H A Dintel-pt.c1205 ptr->itr.snapshot_finish = intel_pt_snapshot_finish; in intel_pt_recording_init()
/linux/tools/perf/util/
H A Dauxtrace.h403 int (*snapshot_finish)(struct auxtrace_record *itr); member
H A Dauxtrace.c599 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
600 return itr->snapshot_finish(itr); in auxtrace_record__snapshot_finish()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c895 ptr->itr.snapshot_finish = cs_etm_snapshot_finish; in cs_etm_record_init()
/linux/Documentation/userspace-api/
H A Dperf_ring_buffer.rst792 - After the snapshot is finished, ``auxtrace_record::snapshot_finish()``