Lines Matching defs:itr
93 struct auxtrace_record *itr;
636 ret = auxtrace_mmap__read(map, rec->itr, &rec->tool,
652 ret = auxtrace_mmap__read_snapshot(map, rec->itr, &rec->tool,
690 if (auxtrace_record__snapshot_finish(rec->itr, on_exit))
703 auxtrace_record__snapshot_start(rec->itr))
717 if (!rec->itr) {
718 rec->itr = auxtrace_record__init(rec->evlist, &err);
723 err = auxtrace_parse_snapshot_options(rec->itr, &rec->opts,
728 err = auxtrace_parse_sample_options(rec->itr, rec->evlist, &rec->opts,
752 int auxtrace_record__snapshot_start(struct auxtrace_record *itr __maybe_unused)
1441 err = perf_event__synthesize_auxtrace_info(rec->itr, tool,
1601 if (auxtrace_record__snapshot_start(rec->itr))
2799 err = auxtrace_record__options(rec->itr, rec->evlist, &rec->opts);
2840 auxtrace_record__free(rec->itr);