• Home
  • Raw
  • Download

Lines Matching refs:itr

318 	int (*recording_options)(struct auxtrace_record *itr,
321 size_t (*info_priv_size)(struct auxtrace_record *itr,
323 int (*info_fill)(struct auxtrace_record *itr,
327 void (*free)(struct auxtrace_record *itr);
328 int (*snapshot_start)(struct auxtrace_record *itr);
329 int (*snapshot_finish)(struct auxtrace_record *itr);
330 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
333 int (*parse_snapshot_options)(struct auxtrace_record *itr,
336 u64 (*reference)(struct auxtrace_record *itr);
337 int (*read_finish)(struct auxtrace_record *itr, int idx);
452 int auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr,
456 struct auxtrace_record *itr,
497 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr,
500 int auxtrace_record__options(struct auxtrace_record *itr,
503 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr,
505 int auxtrace_record__info_fill(struct auxtrace_record *itr,
509 void auxtrace_record__free(struct auxtrace_record *itr);
510 int auxtrace_record__snapshot_start(struct auxtrace_record *itr);
511 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit);
512 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx,
515 u64 auxtrace_record__reference(struct auxtrace_record *itr);
600 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
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()