Lines Matching refs:auxtrace_record

308 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
328 int (*read_finish)(struct auxtrace_record *itr, int idx); argument
440 int auxtrace_mmap__read(struct auxtrace_mmap *mm, struct auxtrace_record *itr,
444 struct auxtrace_record *itr,
482 struct auxtrace_record *auxtrace_record__init(struct perf_evlist *evlist,
485 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr,
488 int auxtrace_record__options(struct auxtrace_record *itr,
491 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr,
493 int auxtrace_record__info_fill(struct auxtrace_record *itr,
497 void auxtrace_record__free(struct auxtrace_record *itr);
498 int auxtrace_record__snapshot_start(struct auxtrace_record *itr);
499 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr);
500 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx,
503 u64 auxtrace_record__reference(struct auxtrace_record *itr);
516 int perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr,
582 static inline struct auxtrace_record *
591 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
596 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr __maybe_unused, in perf_event__synthesize_auxtrace_info()
605 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
640 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_snapshot_options()