Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c483 sper->itr.snapshot_finish = arm_spe_snapshot_finish; in arm_spe_recording_init()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-bts.c443 btsr->itr.snapshot_finish = intel_bts_snapshot_finish; in intel_bts_recording_init()
H A Dintel-pt.c1201 ptr->itr.snapshot_finish = intel_pt_snapshot_finish; in intel_pt_recording_init()
/openbmc/linux/tools/perf/util/
H A Dauxtrace.h401 int (*snapshot_finish)(struct auxtrace_record *itr); member
H A Dauxtrace.c594 if (!on_exit && itr && itr->snapshot_finish) in auxtrace_record__snapshot_finish()
595 return itr->snapshot_finish(itr); in auxtrace_record__snapshot_finish()
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c904 ptr->itr.snapshot_finish = cs_etm_snapshot_finish; in cs_etm_record_init()