Home
last modified time | relevance | path

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

/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.c1219 ptr->itr.snapshot_finish = intel_pt_snapshot_finish; in intel_pt_recording_init()
/linux/tools/perf/util/
H A Dauxtrace.h399 int (*snapshot_finish)(struct auxtrace_record *itr); member
H A Dauxtrace.c613 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
614 return itr->snapshot_finish(itr); in auxtrace_record__snapshot_finish()
/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c675 sper->itr.snapshot_finish = arm_spe_snapshot_finish; in arm_spe_recording_init()
/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c903 ptr->itr.snapshot_finish = cs_etm_snapshot_finish; in cs_etm_record_init()