Lines Matching refs:auxtrace_record

373 struct auxtrace_record {  struct
374 int (*recording_options)(struct auxtrace_record *itr, argument
377 size_t (*info_priv_size)(struct auxtrace_record *itr, argument
379 int (*info_fill)(struct auxtrace_record *itr, argument
383 void (*free)(struct auxtrace_record *itr); argument
384 int (*snapshot_start)(struct auxtrace_record *itr); argument
385 int (*snapshot_finish)(struct auxtrace_record *itr); argument
386 int (*find_snapshot)(struct auxtrace_record *itr, int idx, argument
389 int (*parse_snapshot_options)(struct auxtrace_record *itr, argument
392 u64 (*reference)(struct auxtrace_record *itr); argument
393 int (*read_finish)(struct auxtrace_record *itr, int idx); argument
498 int auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr,
502 struct auxtrace_record *itr,
555 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist,
558 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr,
561 int auxtrace_parse_sample_options(struct auxtrace_record *itr,
565 int auxtrace_record__options(struct auxtrace_record *itr,
568 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr,
570 int auxtrace_record__info_fill(struct auxtrace_record *itr,
574 void auxtrace_record__free(struct auxtrace_record *itr);
575 int auxtrace_record__snapshot_start(struct auxtrace_record *itr);
576 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
577 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx,
580 u64 auxtrace_record__reference(struct auxtrace_record *itr);
581 int auxtrace_record__read_finish(struct auxtrace_record *itr, int idx);
680 static inline struct auxtrace_record *
689 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
694 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
754 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_snapshot_options()
765 int auxtrace_parse_sample_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_sample_options()