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()
372 static struct perf_evsel *evsel_match(struct perf_evsel *evsel, in evsel_match() argument
378 if (perf_evsel__match2(evsel, e)) in evsel_match()
387 struct perf_evsel *evsel; in perf_evlist__collapse_resort() local
389 evlist__for_each(evlist, evsel) { in perf_evlist__collapse_resort()
390 struct hists *hists = evsel__hists(evsel); in perf_evlist__collapse_resort()
701 struct perf_evsel *evsel; in data_process() local
704 evsel = evsel_match(evsel_base, evlist); in data_process()
705 if (!evsel) in data_process()
708 hists = evsel__hists(evsel); in data_process()
1047 struct perf_evsel *evsel __maybe_unused) in hpp__header()
1058 struct perf_evsel *evsel __maybe_unused) in hpp__width()