Lines Matching refs:itr
393 int (*recording_options)(struct auxtrace_record *itr,
396 size_t (*info_priv_size)(struct auxtrace_record *itr,
398 int (*info_fill)(struct auxtrace_record *itr,
402 void (*free)(struct auxtrace_record *itr);
403 int (*snapshot_start)(struct auxtrace_record *itr);
404 int (*snapshot_finish)(struct auxtrace_record *itr);
405 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
408 int (*parse_snapshot_options)(struct auxtrace_record *itr,
411 u64 (*reference)(struct auxtrace_record *itr);
412 int (*read_finish)(struct auxtrace_record *itr, int idx);
516 int auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr,
521 struct auxtrace_record *itr, struct perf_env *env,
578 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr,
581 int auxtrace_parse_sample_options(struct auxtrace_record *itr,
585 int auxtrace_record__options(struct auxtrace_record *itr,
588 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr,
590 int auxtrace_record__info_fill(struct auxtrace_record *itr,
594 void auxtrace_record__free(struct auxtrace_record *itr);
595 int auxtrace_record__snapshot_start(struct auxtrace_record *itr);
596 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
597 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx,
600 u64 auxtrace_record__reference(struct auxtrace_record *itr);
601 int auxtrace_record__read_finish(struct auxtrace_record *itr, int idx);
717 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
722 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
782 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_snapshot_options()
793 int auxtrace_parse_sample_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_sample_options()