Lines Matching defs:evsel
17 #include "evsel.h"
64 struct evsel *switch_evsel;
65 struct evsel *cycles_evsel;
130 struct evsel *evsel;
139 evsel = evlist__id2evsel(evlist, sample.id);
140 if (evsel == switch_tracking->switch_evsel) {
141 next_tid = evsel__intval(evsel, &sample, "next_pid");
142 prev_tid = evsel__intval(evsel, &sample, "prev_pid");
151 * evsel->core.system_wide flag has worked.
161 if (evsel == switch_tracking->cycles_evsel) {
323 * evsel->core.system_wide and evsel->tracking flags (respectively) with other events
343 struct evsel *evsel, *cpu_clocks_evsel, *cycles_evsel;
344 struct evsel *switch_evsel, *tracking_evsel;
448 evlist__for_each_entry(evlist, evsel) {
449 if (evsel != tracking_evsel) {
450 if (evsel->core.attr.mmap || evsel->core.attr.comm) {
547 /* Check all 4 comm events were seen i.e. that evsel->tracking works */