Lines Matching refs:evsel
326 struct perf_evsel *evsel, in diff__process_sample_event() argument
330 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event()
369 static struct perf_evsel *evsel_match(struct perf_evsel *evsel, in evsel_match() argument
375 if (perf_evsel__match2(evsel, e)) in evsel_match()
384 struct perf_evsel *evsel; in perf_evlist__collapse_resort() local
386 evlist__for_each(evlist, evsel) { in perf_evlist__collapse_resort()
387 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort()
698 struct perf_evsel *evsel; in data_process() local
701 evsel = evsel_match(evsel_base, evlist); in data_process()
702 if (!evsel) in data_process()
705 hists = evsel__hists(evsel); in data_process()
1041 struct perf_evsel *evsel __maybe_unused) in hpp__header()
1052 struct perf_evsel *evsel __maybe_unused) in hpp__width()