Home
last modified time | relevance | path

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

/tools/perf/arch/s390/util/
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()
/tools/perf/util/
Dauxtrace.h317 struct auxtrace_record { struct
318 int (*recording_options)(struct auxtrace_record *itr, argument
321 size_t (*info_priv_size)(struct auxtrace_record *itr, argument
323 int (*info_fill)(struct auxtrace_record *itr, argument
327 void (*free)(struct auxtrace_record *itr); argument
328 int (*snapshot_start)(struct auxtrace_record *itr); argument
329 int (*snapshot_finish)(struct auxtrace_record *itr); argument
330 int (*find_snapshot)(struct auxtrace_record *itr, int idx, argument
333 int (*parse_snapshot_options)(struct auxtrace_record *itr, argument
336 u64 (*reference)(struct auxtrace_record *itr); argument
[all …]
Dintel-bts.h24 struct auxtrace_record;
29 struct auxtrace_record *intel_bts_recording_init(int *err);
Dintel-pt.h33 struct auxtrace_record;
40 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,
Dsynthetic-events.h10 struct auxtrace_record;
73 int perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool,
81 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr __maybe_unused, in perf_event__synthesize_auxtrace_info()
Dauxtrace.c508 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, in auxtrace_record__info_priv_size()
522 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill()
532 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free()
538 int auxtrace_record__snapshot_start(struct auxtrace_record *itr) in auxtrace_record__snapshot_start()
545 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish()
552 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx, in auxtrace_record__find_snapshot()
561 int auxtrace_record__options(struct auxtrace_record *itr, in auxtrace_record__options()
570 u64 auxtrace_record__reference(struct auxtrace_record *itr) in auxtrace_record__reference()
577 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr, in auxtrace_parse_snapshot_options()
600 struct auxtrace_record *__weak
[all …]
/tools/perf/arch/arm64/util/
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()
144 static u64 arm_spe_reference(struct auxtrace_record *itr __maybe_unused) in arm_spe_reference()
153 static void arm_spe_recording_free(struct auxtrace_record *itr) in arm_spe_recording_free()
161 static int arm_spe_read_finish(struct auxtrace_record *itr, int idx) in arm_spe_read_finish()
175 struct auxtrace_record *arm_spe_recording_init(int *err, in arm_spe_recording_init()
/tools/perf/arch/x86/util/
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()
245 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, in intel_bts_parse_snapshot_options()
268 static u64 intel_bts_reference(struct auxtrace_record *itr __maybe_unused) in intel_bts_reference()
307 static void intel_bts_recording_free(struct auxtrace_record *itr) in intel_bts_recording_free()
316 static int intel_bts_snapshot_start(struct auxtrace_record *itr) in intel_bts_snapshot_start()
329 static int intel_bts_snapshot_finish(struct auxtrace_record *itr) in intel_bts_snapshot_finish()
359 static int intel_bts_find_snapshot(struct auxtrace_record *itr, int idx, in intel_bts_find_snapshot()
[all …]
Dauxtrace.c19 struct auxtrace_record *auxtrace_record__init_intel(struct evlist *evlist, in auxtrace_record__init_intel()
53 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist, in auxtrace_record__init()
Dintel-pt.c47 struct auxtrace_record itr;
235 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options()
295 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) in intel_pt_info_priv_size()
316 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill()
574 static int intel_pt_recording_options(struct auxtrace_record *itr, in intel_pt_recording_options()
809 static int intel_pt_snapshot_start(struct auxtrace_record *itr) in intel_pt_snapshot_start()
822 static int intel_pt_snapshot_finish(struct auxtrace_record *itr) in intel_pt_snapshot_finish()
868 static void intel_pt_recording_free(struct auxtrace_record *itr) in intel_pt_recording_free()
1025 static int intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, in intel_pt_find_snapshot()
1090 static u64 intel_pt_reference(struct auxtrace_record *itr __maybe_unused) in intel_pt_reference()
[all …]
/tools/perf/arch/arm/util/
Dcs-etm.c37 struct auxtrace_record itr;
59 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu);
61 static int cs_etm_set_context_id(struct auxtrace_record *itr, in cs_etm_set_context_id()
110 static int cs_etm_set_timestamp(struct auxtrace_record *itr, in cs_etm_set_timestamp()
158 static int cs_etm_set_option(struct auxtrace_record *itr, in cs_etm_set_option()
192 static int cs_etm_parse_snapshot_options(struct auxtrace_record *itr, in cs_etm_parse_snapshot_options()
251 static int cs_etm_recording_options(struct auxtrace_record *itr, in cs_etm_recording_options()
435 static u64 cs_etm_get_config(struct auxtrace_record *itr) in cs_etm_get_config()
466 static u64 cs_etmv4_get_config(struct auxtrace_record *itr) in cs_etmv4_get_config()
491 cs_etm_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cs_etm_info_priv_size()
[all …]
Dcs-etm.h10 struct auxtrace_record *cs_etm_record_init(int *err);
Dauxtrace.c53 struct auxtrace_record
/tools/perf/
Dbuiltin-record.c80 struct auxtrace_record *itr;
684 int auxtrace_record__snapshot_start(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__snapshot_start()