Searched refs:auxtrace_record (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | auxtrace.h | 292 struct auxtrace_record { struct 293 int (*recording_options)(struct auxtrace_record *itr, argument 296 size_t (*info_priv_size)(struct auxtrace_record *itr); argument 297 int (*info_fill)(struct auxtrace_record *itr, argument 301 void (*free)(struct auxtrace_record *itr); argument 302 int (*snapshot_start)(struct auxtrace_record *itr); argument 303 int (*snapshot_finish)(struct auxtrace_record *itr); argument 304 int (*find_snapshot)(struct auxtrace_record *itr, int idx, argument 307 int (*parse_snapshot_options)(struct auxtrace_record *itr, argument 310 u64 (*reference)(struct auxtrace_record *itr); argument [all …]
|
D | intel-bts.h | 33 struct auxtrace_record; 38 struct auxtrace_record *intel_bts_recording_init(int *err);
|
D | intel-pt.h | 42 struct auxtrace_record; 49 struct auxtrace_record *intel_pt_recording_init(int *err);
|
D | auxtrace.c | 481 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr) in auxtrace_record__info_priv_size() 494 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill() 504 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free() 510 int auxtrace_record__snapshot_start(struct auxtrace_record *itr) in auxtrace_record__snapshot_start() 517 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr) in auxtrace_record__snapshot_finish() 524 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx, in auxtrace_record__find_snapshot() 533 int auxtrace_record__options(struct auxtrace_record *itr, in auxtrace_record__options() 542 u64 auxtrace_record__reference(struct auxtrace_record *itr) in auxtrace_record__reference() 549 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr, in auxtrace_parse_snapshot_options() 562 struct auxtrace_record *__weak [all …]
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | intel-bts.c | 48 struct auxtrace_record itr; 63 static size_t intel_bts_info_priv_size(struct auxtrace_record *itr __maybe_unused) in intel_bts_info_priv_size() 68 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill() 111 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 …]
|
D | auxtrace.c | 27 struct auxtrace_record *auxtrace_record__init_intel(struct perf_evlist *evlist, in auxtrace_record__init_intel() 65 struct auxtrace_record *auxtrace_record__init(struct perf_evlist *evlist, in auxtrace_record__init()
|
D | intel-pt.c | 55 struct auxtrace_record itr; 237 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options() 276 static size_t intel_pt_info_priv_size(struct auxtrace_record *itr __maybe_unused) in intel_pt_info_priv_size() 290 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill() 495 static int intel_pt_recording_options(struct auxtrace_record *itr, in intel_pt_recording_options() 720 static int intel_pt_snapshot_start(struct auxtrace_record *itr) in intel_pt_snapshot_start() 733 static int intel_pt_snapshot_finish(struct auxtrace_record *itr) in intel_pt_snapshot_finish() 779 static void intel_pt_recording_free(struct auxtrace_record *itr) in intel_pt_recording_free() 936 static int intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, in intel_pt_find_snapshot() 1001 static u64 intel_pt_reference(struct auxtrace_record *itr __maybe_unused) in intel_pt_reference() [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 46 struct auxtrace_record *itr; 265 int auxtrace_record__snapshot_start(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__snapshot_start()
|