Lines Matching refs:evsel
24 struct perf_evsel *evsel = hists_to_evsel(hists); in __hpp__fmt() local
39 if (perf_evsel__is_group_event(evsel)) { in __hpp__fmt()
42 int nr_members = evsel->nr_members; in __hpp__fmt()
44 prev_idx = perf_evsel__group_idx(evsel); in __hpp__fmt()
53 evsel = hists_to_evsel(pair->hists); in __hpp__fmt()
54 idx_delta = perf_evsel__group_idx(evsel) - prev_idx - 1; in __hpp__fmt()
78 prev_idx = perf_evsel__group_idx(evsel); in __hpp__fmt()
152 struct perf_evsel *evsel; in __hpp__sort() local
160 evsel = hists_to_evsel(a->hists); in __hpp__sort()
161 if (!perf_evsel__is_group_event(evsel)) in __hpp__sort()
164 nr_members = evsel->nr_members; in __hpp__sort()
172 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
173 fields_a[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
177 evsel = hists_to_evsel(pair->hists); in __hpp__sort()
178 fields_b[perf_evsel__group_idx(evsel)] = get_field(pair); in __hpp__sort()
217 struct perf_evsel *evsel) in hpp__width_fn() argument
222 len = max(len, evsel->nr_members * fmt->len); in hpp__width_fn()
231 struct perf_evsel *evsel) in hpp__header_fn() argument
233 int len = hpp__width_fn(fmt, hpp, evsel); in hpp__header_fn()