Lines Matching refs:evsel
526 struct hists *hists = evsel__hists(iter->evsel); in iter_add_single_mem_entry()
556 struct perf_evsel *evsel = iter->evsel; in iter_finish_mem_entry() local
557 struct hists *hists = evsel__hists(evsel); in iter_finish_mem_entry()
629 struct perf_evsel *evsel = iter->evsel; in iter_add_next_branch_entry() local
630 struct hists *hists = evsel__hists(evsel); in iter_add_next_branch_entry()
678 struct perf_evsel *evsel = iter->evsel; in iter_add_single_normal_entry() local
682 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_single_normal_entry()
697 struct perf_evsel *evsel = iter->evsel; in iter_finish_normal_entry() local
705 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
737 struct perf_evsel *evsel = iter->evsel; in iter_add_single_cumulative_entry() local
738 struct hists *hists = evsel__hists(evsel); in iter_add_single_cumulative_entry()
783 struct perf_evsel *evsel = iter->evsel; in iter_add_next_cumulative_entry() local
788 .hists = evsel__hists(evsel), in iter_add_next_cumulative_entry()
818 he = __hists__add_entry(evsel__hists(evsel), al, iter->parent, NULL, NULL, in iter_add_next_cumulative_entry()
880 iter->evsel, al, max_stack_depth); in hist_entry_iter__add()
1164 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__output_resort() local
1167 if (evsel && symbol_conf.use_callchain && !symbol_conf.show_ref_callgraph) in hists__output_resort()
1168 use_callchain = evsel->attr.sample_type & PERF_SAMPLE_CALLCHAIN; in hists__output_resort()
1562 static int hists_evsel__init(struct perf_evsel *evsel) in hists_evsel__init() argument
1564 struct hists *hists = evsel__hists(evsel); in hists_evsel__init()