Lines Matching refs:auxtrace_record

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
402 int (*find_snapshot)(struct auxtrace_record *itr, int idx, argument
405 int (*parse_snapshot_options)(struct auxtrace_record *itr, argument
408 u64 (*reference)(struct auxtrace_record *itr); argument
409 int (*read_finish)(struct auxtrace_record *itr, int idx); argument
514 int auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr,
518 struct auxtrace_record *itr,
571 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist,
574 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr,
577 int auxtrace_parse_sample_options(struct auxtrace_record *itr,
581 int auxtrace_record__options(struct auxtrace_record *itr,
584 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr,
586 int auxtrace_record__info_fill(struct auxtrace_record *itr,
590 void auxtrace_record__free(struct auxtrace_record *itr);
591 int auxtrace_record__snapshot_start(struct auxtrace_record *itr);
592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
593 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx,
596 u64 auxtrace_record__reference(struct auxtrace_record *itr);
597 int auxtrace_record__read_finish(struct auxtrace_record *itr, int idx);
703 static inline struct auxtrace_record *
712 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
717 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
777 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_snapshot_options()
788 int auxtrace_parse_sample_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_sample_options()