Lines Matching defs:iter
140 static int hist_iter__report_callback(struct hist_entry_iter *iter,
146 struct hist_entry *he = iter->he;
147 struct evsel *evsel = iter->evsel;
148 struct perf_sample *sample = iter->sample;
182 static int hist_iter__branch_callback(struct hist_entry_iter *iter,
187 struct hist_entry *he = iter->he;
190 struct perf_sample *sample = iter->sample;
191 struct evsel *evsel = iter->evsel;
248 struct hist_entry_iter iter = {
287 iter.add_entry_cb = hist_iter__branch_callback;
288 iter.ops = &hist_iter_branch;
290 iter.ops = &hist_iter_mem;
292 iter.ops = &hist_iter_cumulative;
294 iter.ops = &hist_iter_normal;
306 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep);