Home
last modified time | relevance | path

Searched refs:auxtrace_record (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dauxtrace.h308 struct auxtrace_record { struct
309 int (*recording_options)(struct auxtrace_record *itr, argument
312 size_t (*info_priv_size)(struct auxtrace_record *itr, argument
314 int (*info_fill)(struct auxtrace_record *itr, argument
318 void (*free)(struct auxtrace_record *itr); argument
319 int (*snapshot_start)(struct auxtrace_record *itr); argument
320 int (*snapshot_finish)(struct auxtrace_record *itr); argument
321 int (*find_snapshot)(struct auxtrace_record *itr, int idx, argument
324 int (*parse_snapshot_options)(struct auxtrace_record *itr, argument
327 u64 (*reference)(struct auxtrace_record *itr); argument
[all …]
Dintel-bts.h33 struct auxtrace_record;
38 struct auxtrace_record *intel_bts_recording_init(int *err);
Dintel-pt.h42 struct auxtrace_record;
49 struct auxtrace_record *intel_pt_recording_init(int *err);
Ds390-cpumsf.h16 struct auxtrace_record *
Darm-spe.h24 struct auxtrace_record *arm_spe_recording_init(int *err,
Dauxtrace.c512 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, in auxtrace_record__info_priv_size()
526 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill()
536 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free()
542 int auxtrace_record__snapshot_start(struct auxtrace_record *itr) in auxtrace_record__snapshot_start()
549 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr) in auxtrace_record__snapshot_finish()
556 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx, in auxtrace_record__find_snapshot()
565 int auxtrace_record__options(struct auxtrace_record *itr, in auxtrace_record__options()
574 u64 auxtrace_record__reference(struct auxtrace_record *itr) in auxtrace_record__reference()
581 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr, in auxtrace_parse_snapshot_options()
594 struct auxtrace_record *__weak
[all …]
/Linux-v4.19/tools/perf/arch/s390/util/
Dauxtrace.c16 static void cpumsf_free(struct auxtrace_record *itr) in cpumsf_free()
21 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_priv_size()
28 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill()
38 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference()
44 cpumsf_recording_options(struct auxtrace_record *ar __maybe_unused, in cpumsf_recording_options()
73 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options()
84 struct auxtrace_record *auxtrace_record__init(struct perf_evlist *evlist, in auxtrace_record__init()
87 struct auxtrace_record *aux; in auxtrace_record__init()
/Linux-v4.19/tools/perf/arch/arm64/util/
Darm-spe.c27 struct auxtrace_record itr;
33 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused, in arm_spe_info_priv_size()
39 static int arm_spe_info_fill(struct auxtrace_record *itr, in arm_spe_info_fill()
60 static int arm_spe_recording_options(struct auxtrace_record *itr, in arm_spe_recording_options()
141 static u64 arm_spe_reference(struct auxtrace_record *itr __maybe_unused) in arm_spe_reference()
150 static void arm_spe_recording_free(struct auxtrace_record *itr) in arm_spe_recording_free()
158 static int arm_spe_read_finish(struct auxtrace_record *itr, int idx) in arm_spe_read_finish()
172 struct auxtrace_record *arm_spe_recording_init(int *err, in arm_spe_recording_init()
/Linux-v4.19/tools/perf/arch/arm/util/
Dcs-etm.c32 struct auxtrace_record itr;
39 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu);
41 static int cs_etm_parse_snapshot_options(struct auxtrace_record *itr, in cs_etm_parse_snapshot_options()
63 static int cs_etm_recording_options(struct auxtrace_record *itr, in cs_etm_recording_options()
231 static u64 cs_etm_get_config(struct auxtrace_record *itr) in cs_etm_get_config()
262 static u64 cs_etmv4_get_config(struct auxtrace_record *itr) in cs_etmv4_get_config()
285 cs_etm_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cs_etm_info_priv_size()
338 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu) in cs_etm_is_etmv4()
377 struct auxtrace_record *itr, in cs_etm_get_metadata()
441 static int cs_etm_info_fill(struct auxtrace_record *itr, in cs_etm_info_fill()
[all …]
Dcs-etm.h12 struct auxtrace_record *cs_etm_record_init(int *err);
Dauxtrace.c51 struct auxtrace_record
/Linux-v4.19/tools/perf/arch/x86/util/
Dintel-bts.c45 struct auxtrace_record itr;
61 intel_bts_info_priv_size(struct auxtrace_record *itr __maybe_unused, in intel_bts_info_priv_size()
67 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill()
110 static int intel_bts_recording_options(struct auxtrace_record *itr, in intel_bts_recording_options()
250 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, in intel_bts_parse_snapshot_options()
273 static u64 intel_bts_reference(struct auxtrace_record *itr __maybe_unused) in intel_bts_reference()
312 static void intel_bts_recording_free(struct auxtrace_record *itr) in intel_bts_recording_free()
321 static int intel_bts_snapshot_start(struct auxtrace_record *itr) in intel_bts_snapshot_start()
334 static int intel_bts_snapshot_finish(struct auxtrace_record *itr) in intel_bts_snapshot_finish()
364 static int intel_bts_find_snapshot(struct auxtrace_record *itr, int idx, in intel_bts_find_snapshot()
[all …]
Dauxtrace.c28 struct auxtrace_record *auxtrace_record__init_intel(struct perf_evlist *evlist, in auxtrace_record__init_intel()
62 struct auxtrace_record *auxtrace_record__init(struct perf_evlist *evlist, in auxtrace_record__init()
Dintel-pt.c52 struct auxtrace_record itr;
240 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options()
300 intel_pt_info_priv_size(struct auxtrace_record *itr, struct perf_evlist *evlist) in intel_pt_info_priv_size()
321 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill()
548 static int intel_pt_recording_options(struct auxtrace_record *itr, in intel_pt_recording_options()
780 static int intel_pt_snapshot_start(struct auxtrace_record *itr) in intel_pt_snapshot_start()
793 static int intel_pt_snapshot_finish(struct auxtrace_record *itr) in intel_pt_snapshot_finish()
839 static void intel_pt_recording_free(struct auxtrace_record *itr) in intel_pt_recording_free()
996 static int intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, in intel_pt_find_snapshot()
1061 static u64 intel_pt_reference(struct auxtrace_record *itr __maybe_unused) in intel_pt_reference()
[all …]
/Linux-v4.19/tools/perf/
Dbuiltin-record.c71 struct auxtrace_record *itr;
309 int auxtrace_record__snapshot_start(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__snapshot_start()