Home
last modified time | relevance | path

Searched refs:auxtrace_record (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.h344 * struct auxtrace_record - callbacks for recording AUX area data.
360 struct auxtrace_record { struct
361 int (*recording_options)(struct auxtrace_record *itr,
364 size_t (*info_priv_size)(struct auxtrace_record *itr,
366 int (*info_fill)(struct auxtrace_record *itr,
370 void (*free)(struct auxtrace_record *itr);
371 int (*snapshot_start)(struct auxtrace_record *itr);
372 int (*snapshot_finish)(struct auxtrace_record *itr);
373 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
376 int (*parse_snapshot_options)(struct auxtrace_record *it
[all...]
H A Dintel-bts.h24 struct auxtrace_record;
29 struct auxtrace_record *intel_bts_recording_init(int *err);
H A Dintel-pt.h33 struct auxtrace_record;
40 struct auxtrace_record *intel_pt_recording_init(int *err);
H A Dsynthetic-events.h10 struct auxtrace_record;
74 int perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool,
82 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr __maybe_unused, in perf_event__synthesize_auxtrace_info()
H A Ds390-cpumsf.h16 struct auxtrace_record *
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.h373 * struct auxtrace_record - callbacks for recording AUX area data.
389 struct auxtrace_record { struct
390 int (*recording_options)(struct auxtrace_record *itr,
393 size_t (*info_priv_size)(struct auxtrace_record *itr,
395 int (*info_fill)(struct auxtrace_record *itr,
399 void (*free)(struct auxtrace_record *itr);
400 int (*snapshot_start)(struct auxtrace_record *itr);
401 int (*snapshot_finish)(struct auxtrace_record *itr);
402 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
405 int (*parse_snapshot_options)(struct auxtrace_record *it
[all...]
H A Dintel-bts.h24 struct auxtrace_record;
29 struct auxtrace_record *intel_bts_recording_init(int *err);
H A Dintel-pt.h33 struct auxtrace_record;
40 struct auxtrace_record *intel_pt_recording_init(int *err);
H A Dsynthetic-events.h11 struct auxtrace_record;
90 int perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool,
98 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr __maybe_unused, in perf_event__synthesize_auxtrace_info()
H A Ds390-cpumsf.h16 struct auxtrace_record *
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H A Dauxtrace.c19 static void cpumsf_free(struct auxtrace_record *itr) in cpumsf_free()
24 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_priv_size()
31 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill()
41 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference()
47 cpumsf_recording_options(struct auxtrace_record *ar __maybe_unused, in cpumsf_recording_options()
76 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options()
87 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist, in auxtrace_record__init()
90 struct auxtrace_record *aux; in auxtrace_record__init()
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H A Dauxtrace.c19 static void cpumsf_free(struct auxtrace_record *itr) in cpumsf_free()
24 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_priv_size()
31 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill()
41 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference()
47 cpumsf_recording_options(struct auxtrace_record *ar __maybe_unused, in cpumsf_recording_options()
76 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options()
87 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist, in auxtrace_record__init()
90 struct auxtrace_record *aux; in auxtrace_record__init()
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H A Dcs-etm.c38 struct auxtrace_record itr;
60 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu);
62 static int cs_etm_set_context_id(struct auxtrace_record *itr, in cs_etm_set_context_id()
111 static int cs_etm_set_timestamp(struct auxtrace_record *itr, in cs_etm_set_timestamp()
159 static int cs_etm_set_option(struct auxtrace_record *itr, in cs_etm_set_option()
193 static int cs_etm_parse_snapshot_options(struct auxtrace_record *itr, in cs_etm_parse_snapshot_options()
252 static int cs_etm_recording_options(struct auxtrace_record *itr, in cs_etm_recording_options()
437 static u64 cs_etm_get_config(struct auxtrace_record *itr) in cs_etm_get_config()
468 static u64 cs_etmv4_get_config(struct auxtrace_record *itr) in cs_etmv4_get_config()
493 cs_etm_info_priv_size(struct auxtrace_record *it
[all...]
H A Dcs-etm.h10 struct auxtrace_record *cs_etm_record_init(int *err);
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/
H A Darm-spe.c30 struct auxtrace_record itr;
36 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused, in arm_spe_info_priv_size()
42 static int arm_spe_info_fill(struct auxtrace_record *itr, in arm_spe_info_fill()
63 static int arm_spe_recording_options(struct auxtrace_record *itr, in arm_spe_recording_options()
150 static u64 arm_spe_reference(struct auxtrace_record *itr __maybe_unused) in arm_spe_reference()
159 static void arm_spe_recording_free(struct auxtrace_record *itr) in arm_spe_recording_free()
167 struct auxtrace_record *arm_spe_recording_init(int *err, in arm_spe_recording_init()
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H A Dhisi-ptt.c31 struct auxtrace_record itr;
37 hisi_ptt_info_priv_size(struct auxtrace_record *itr __maybe_unused, in hisi_ptt_info_priv_size()
43 static int hisi_ptt_info_fill(struct auxtrace_record *itr, in hisi_ptt_info_fill()
96 static int hisi_ptt_recording_options(struct auxtrace_record *itr, in hisi_ptt_recording_options()
147 static u64 hisi_ptt_reference(struct auxtrace_record *itr __maybe_unused) in hisi_ptt_reference()
152 static void hisi_ptt_recording_free(struct auxtrace_record *itr) in hisi_ptt_recording_free()
160 struct auxtrace_record *hisi_ptt_recording_init(int *err, in hisi_ptt_recording_init()
H A Darm-spe.c32 struct auxtrace_record itr;
40 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused, in arm_spe_info_priv_size()
46 static int arm_spe_info_fill(struct auxtrace_record *itr, in arm_spe_info_fill()
116 static int arm_spe_recording_options(struct auxtrace_record *itr, in arm_spe_recording_options()
261 static int arm_spe_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in arm_spe_parse_snapshot_options()
280 static int arm_spe_snapshot_start(struct auxtrace_record *itr) in arm_spe_snapshot_start()
293 static int arm_spe_snapshot_finish(struct auxtrace_record *itr) in arm_spe_snapshot_finish()
392 static int arm_spe_find_snapshot(struct auxtrace_record *itr, int idx, in arm_spe_find_snapshot()
446 static u64 arm_spe_reference(struct auxtrace_record *itr __maybe_unused) in arm_spe_reference()
455 static void arm_spe_recording_free(struct auxtrace_record *it
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H A Dcs-etm.c38 struct auxtrace_record itr;
69 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu);
70 static bool cs_etm_is_ete(struct auxtrace_record *itr, int cpu);
72 static int cs_etm_validate_context_id(struct auxtrace_record *itr, in cs_etm_validate_context_id()
143 static int cs_etm_validate_timestamp(struct auxtrace_record *itr, in cs_etm_validate_timestamp()
197 static int cs_etm_validate_config(struct auxtrace_record *itr, in cs_etm_validate_config()
226 static int cs_etm_parse_snapshot_options(struct auxtrace_record *itr, in cs_etm_parse_snapshot_options()
291 static int cs_etm_recording_options(struct auxtrace_record *itr, in cs_etm_recording_options()
454 static u64 cs_etm_get_config(struct auxtrace_record *itr) in cs_etm_get_config()
485 static u64 cs_etmv4_get_config(struct auxtrace_record *it
[all...]
H A Dcs-etm.h10 struct auxtrace_record *cs_etm_record_init(int *err);
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dintel-bts.c40 struct auxtrace_record itr;
56 intel_bts_info_priv_size(struct auxtrace_record *itr __maybe_unused, in intel_bts_info_priv_size()
62 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill()
105 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 *it
[all...]
H A Dauxtrace.c19 struct auxtrace_record *auxtrace_record__init_intel(struct evlist *evlist, in auxtrace_record__init_intel()
57 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist, in auxtrace_record__init()
H A Dintel-pt.c49 struct auxtrace_record itr;
241 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options()
301 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) in intel_pt_info_priv_size()
322 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill()
619 static int intel_pt_recording_options(struct auxtrace_record *itr, in intel_pt_recording_options()
898 static int intel_pt_snapshot_start(struct auxtrace_record *itr) in intel_pt_snapshot_start()
911 static int intel_pt_snapshot_finish(struct auxtrace_record *itr) in intel_pt_snapshot_finish()
957 static void intel_pt_recording_free(struct auxtrace_record *itr) in intel_pt_recording_free()
1114 static int intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, in intel_pt_find_snapshot()
1179 static u64 intel_pt_reference(struct auxtrace_record *it
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dintel-bts.c40 struct auxtrace_record itr;
56 intel_bts_info_priv_size(struct auxtrace_record *itr __maybe_unused, in intel_bts_info_priv_size()
62 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill()
105 static int intel_bts_recording_options(struct auxtrace_record *itr, in intel_bts_recording_options()
251 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, in intel_bts_parse_snapshot_options()
274 static u64 intel_bts_reference(struct auxtrace_record *itr __maybe_unused) in intel_bts_reference()
313 static void intel_bts_recording_free(struct auxtrace_record *itr) in intel_bts_recording_free()
322 static int intel_bts_snapshot_start(struct auxtrace_record *itr) in intel_bts_snapshot_start()
335 static int intel_bts_snapshot_finish(struct auxtrace_record *itr) in intel_bts_snapshot_finish()
365 static int intel_bts_find_snapshot(struct auxtrace_record *it
[all...]
H A Dauxtrace.c20 struct auxtrace_record *auxtrace_record__init_intel(struct evlist *evlist, in auxtrace_record__init_intel()
54 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist, in auxtrace_record__init()
H A Dintel-pt.c50 struct auxtrace_record itr;
241 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options()
301 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) in intel_pt_info_priv_size()
323 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill()
606 static int intel_pt_recording_options(struct auxtrace_record *itr, in intel_pt_recording_options()
889 static int intel_pt_snapshot_start(struct auxtrace_record *itr) in intel_pt_snapshot_start()
902 static int intel_pt_snapshot_finish(struct auxtrace_record *itr) in intel_pt_snapshot_finish()
948 static void intel_pt_recording_free(struct auxtrace_record *itr) in intel_pt_recording_free()
1105 static int intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, in intel_pt_find_snapshot()
1170 static u64 intel_pt_reference(struct auxtrace_record *it
[all...]

Completed in 14 milliseconds

12