Lines Matching defs:evsel
16 #include "evsel.h"
61 struct evsel *switch_evsel;
62 struct evsel *cycles_evsel;
127 struct evsel *evsel;
136 evsel = perf_evlist__id2evsel(evlist, sample.id);
137 if (evsel == switch_tracking->switch_evsel) {
138 next_tid = evsel__intval(evsel, &sample, "next_pid");
139 prev_tid = evsel__intval(evsel, &sample, "prev_pid");
148 * evsel->core.system_wide flag has worked.
158 if (evsel == switch_tracking->cycles_evsel) {
320 * evsel->core.system_wide and evsel->tracking flags (respectively) with other events
339 struct evsel *evsel, *cpu_clocks_evsel, *cycles_evsel;
340 struct evsel *switch_evsel, *tracking_evsel;
450 evlist__for_each_entry(evlist, evsel) {
451 if (evsel != tracking_evsel) {
452 if (evsel->core.attr.mmap || evsel->core.attr.comm) {
549 /* Check all 4 comm events were seen i.e. that evsel->tracking works */