Lines Matching refs:iter
162 static int hist_iter__report_callback(struct hist_entry_iter *iter,
168 struct hist_entry *he = iter->he;
169 struct evsel *evsel = iter->evsel;
170 struct perf_sample *sample = iter->sample;
204 static int hist_iter__branch_callback(struct hist_entry_iter *iter,
209 struct hist_entry *he = iter->he;
212 struct perf_sample *sample = iter->sample;
213 struct evsel *evsel = iter->evsel;
272 struct hist_entry_iter iter = {
313 iter.add_entry_cb = hist_iter__branch_callback;
314 iter.ops = &hist_iter_branch;
316 iter.ops = &hist_iter_mem;
318 iter.ops = &hist_iter_cumulative;
320 iter.ops = &hist_iter_normal;
332 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep);