Lines Matching defs:switch_evsel
61 struct evsel *switch_evsel;
137 if (evsel == switch_tracking->switch_evsel) {
340 struct evsel *switch_evsel, *tracking_evsel;
395 switch_evsel = evlist__last(evlist);
397 evsel__set_sample_bit(switch_evsel, CPU);
398 evsel__set_sample_bit(switch_evsel, TIME);
400 switch_evsel->core.system_wide = true;
401 switch_evsel->no_aux_samples = true;
402 switch_evsel->immediate = true;
539 switch_tracking.switch_evsel = switch_evsel;