Lines Matching defs:iter
727 static int hist_iter__top_callback(struct hist_entry_iter *iter,
730 EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock)
733 struct evsel *evsel = iter->evsel;
736 perf_top__record_precise_ip(top, iter->he, iter->sample, evsel, al->addr);
738 hist__account_cycles(iter->sample->branch_stack, al, iter->sample,
833 struct hist_entry_iter iter = {
840 iter.ops = &hist_iter_cumulative;
842 iter.ops = &hist_iter_normal;
846 if (hist_entry_iter__add(&iter, &al, top->max_stack, top) < 0)