/linux-6.3-rc2/tools/perf/util/ |
A D | auxtrace.h | 389 struct auxtrace_record { struct 390 int (*recording_options)(struct auxtrace_record *itr, argument 393 size_t (*info_priv_size)(struct auxtrace_record *itr, argument 395 int (*info_fill)(struct auxtrace_record *itr, argument 399 void (*free)(struct auxtrace_record *itr); argument 400 int (*snapshot_start)(struct auxtrace_record *itr); argument 401 int (*snapshot_finish)(struct auxtrace_record *itr); argument 408 u64 (*reference)(struct auxtrace_record *itr); argument 518 struct auxtrace_record *itr, 590 void auxtrace_record__free(struct auxtrace_record *itr); [all …]
|
A D | intel-bts.h | 24 struct auxtrace_record; 29 struct auxtrace_record *intel_bts_recording_init(int *err);
|
A D | intel-pt.h | 33 struct auxtrace_record; 40 struct auxtrace_record *intel_pt_recording_init(int *err);
|
A D | synthetic-events.h | 11 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()
|
A D | s390-cpumsf.h | 16 struct auxtrace_record *
|
A D | hisi-ptt.h | 13 struct auxtrace_record *hisi_ptt_recording_init(int *err,
|
A D | arm-spe.h | 24 struct auxtrace_record *arm_spe_recording_init(int *err,
|
A D | auxtrace.c | 555 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, in auxtrace_record__info_priv_size() 569 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill() 579 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free() 585 int auxtrace_record__snapshot_start(struct auxtrace_record *itr) in auxtrace_record__snapshot_start() 608 int auxtrace_record__options(struct auxtrace_record *itr, in auxtrace_record__options() 619 u64 auxtrace_record__reference(struct auxtrace_record *itr) in auxtrace_record__reference() 626 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr, in auxtrace_parse_snapshot_options() 741 int auxtrace_parse_sample_options(struct auxtrace_record *itr, in auxtrace_parse_sample_options() 823 struct auxtrace_record *__weak 1823 struct auxtrace_record *itr, in __auxtrace_mmap__read() [all …]
|
/linux-6.3-rc2/tools/perf/arch/s390/util/ |
A D | auxtrace.c | 19 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()
|
/linux-6.3-rc2/tools/perf/arch/arm64/util/ |
A D | hisi-ptt.c | 31 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()
|
A D | arm-spe.c | 32 struct auxtrace_record itr; 39 static void arm_spe_set_timestamp(struct auxtrace_record *itr, in arm_spe_set_timestamp() 63 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused, in arm_spe_info_priv_size() 69 static int arm_spe_info_fill(struct auxtrace_record *itr, in arm_spe_info_fill() 139 static int arm_spe_recording_options(struct auxtrace_record *itr, in arm_spe_recording_options() 302 static int arm_spe_snapshot_start(struct auxtrace_record *itr) in arm_spe_snapshot_start() 315 static int arm_spe_snapshot_finish(struct auxtrace_record *itr) in arm_spe_snapshot_finish() 414 static int arm_spe_find_snapshot(struct auxtrace_record *itr, int idx, in arm_spe_find_snapshot() 468 static u64 arm_spe_reference(struct auxtrace_record *itr __maybe_unused) in arm_spe_reference() 477 static void arm_spe_recording_free(struct auxtrace_record *itr) in arm_spe_recording_free() [all …]
|
/linux-6.3-rc2/tools/perf/arch/arm/util/ |
A D | cs-etm.c | 38 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_set_context_id(struct auxtrace_record *itr, in cs_etm_set_context_id() 156 static int cs_etm_set_timestamp(struct auxtrace_record *itr, in cs_etm_set_timestamp() 208 static int cs_etm_set_option(struct auxtrace_record *itr, in cs_etm_set_option() 476 static u64 cs_etm_get_config(struct auxtrace_record *itr) in cs_etm_get_config() 507 static u64 cs_etmv4_get_config(struct auxtrace_record *itr) in cs_etmv4_get_config() 739 struct auxtrace_record *itr, in cs_etm_get_metadata() 791 static int cs_etm_info_fill(struct auxtrace_record *itr, in cs_etm_info_fill() [all …]
|
A D | cs-etm.h | 10 struct auxtrace_record *cs_etm_record_init(int *err);
|
A D | auxtrace.c | 117 struct auxtrace_record
|
/linux-6.3-rc2/tools/perf/arch/x86/util/ |
A D | intel-bts.c | 40 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 *itr, int idx, in intel_bts_find_snapshot() [all …]
|
A D | auxtrace.c | 19 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()
|
A D | intel-pt.c | 50 struct auxtrace_record itr; 242 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options() 302 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) in intel_pt_info_priv_size() 324 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill() 623 static int intel_pt_recording_options(struct auxtrace_record *itr, in intel_pt_recording_options() 906 static int intel_pt_snapshot_start(struct auxtrace_record *itr) in intel_pt_snapshot_start() 919 static int intel_pt_snapshot_finish(struct auxtrace_record *itr) in intel_pt_snapshot_finish() 965 static void intel_pt_recording_free(struct auxtrace_record *itr) in intel_pt_recording_free() 1122 static int intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, in intel_pt_find_snapshot() 1187 static u64 intel_pt_reference(struct auxtrace_record *itr __maybe_unused) in intel_pt_reference() [all …]
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-record.c | 159 struct auxtrace_record *itr; 865 int auxtrace_record__snapshot_start(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__snapshot_start()
|