Lines Matching refs:itr
361 int (*recording_options)(struct auxtrace_record *itr,
364 size_t (*info_priv_size)(struct auxtrace_record *itr,
366 int (*info_fill)(struct auxtrace_record *itr,
370 void (*free)(struct auxtrace_record *itr);
371 int (*snapshot_start)(struct auxtrace_record *itr);
372 int (*snapshot_finish)(struct auxtrace_record *itr);
373 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
376 int (*parse_snapshot_options)(struct auxtrace_record *itr,
379 u64 (*reference)(struct auxtrace_record *itr);
380 int (*read_finish)(struct auxtrace_record *itr, int idx);
498 int auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr,
502 struct auxtrace_record *itr,
554 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr,
557 int auxtrace_parse_sample_options(struct auxtrace_record *itr,
560 int auxtrace_record__options(struct auxtrace_record *itr,
563 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr,
565 int auxtrace_record__info_fill(struct auxtrace_record *itr,
569 void auxtrace_record__free(struct auxtrace_record *itr);
570 int auxtrace_record__snapshot_start(struct auxtrace_record *itr);
571 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
572 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx,
575 u64 auxtrace_record__reference(struct auxtrace_record *itr);
576 int auxtrace_record__read_finish(struct auxtrace_record *itr, int idx);
679 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
684 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
719 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_snapshot_options()
730 int auxtrace_parse_sample_options(struct auxtrace_record *itr __maybe_unused, in auxtrace_parse_sample_options()