Lines Matching refs:itr
30 struct auxtrace_record itr;
36 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused,
42 static int arm_spe_info_fill(struct auxtrace_record *itr,
48 container_of(itr, struct arm_spe_recording, itr);
63 static int arm_spe_recording_options(struct auxtrace_record *itr,
68 container_of(itr, struct arm_spe_recording, itr);
150 static u64 arm_spe_reference(struct auxtrace_record *itr __maybe_unused)
159 static void arm_spe_recording_free(struct auxtrace_record *itr)
162 container_of(itr, struct arm_spe_recording, itr);
184 sper->itr.pmu = arm_spe_pmu;
185 sper->itr.recording_options = arm_spe_recording_options;
186 sper->itr.info_priv_size = arm_spe_info_priv_size;
187 sper->itr.info_fill = arm_spe_info_fill;
188 sper->itr.free = arm_spe_recording_free;
189 sper->itr.reference = arm_spe_reference;
190 sper->itr.read_finish = auxtrace_record__read_finish;
191 sper->itr.alignment = 0;
194 return &sper->itr;