Home
last modified time | relevance | path

Searched refs:switch_evsel (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/perf/tests/
Dswitch-tracking.c52 struct perf_evsel *switch_evsel; member
128 if (evsel == switch_tracking->switch_evsel) { in process_sample_event()
325 struct perf_evsel *switch_evsel, *tracking_evsel; in test__switch_tracking() local
380 switch_evsel = perf_evlist__last(evlist); in test__switch_tracking()
382 perf_evsel__set_sample_bit(switch_evsel, CPU); in test__switch_tracking()
383 perf_evsel__set_sample_bit(switch_evsel, TIME); in test__switch_tracking()
385 switch_evsel->system_wide = true; in test__switch_tracking()
386 switch_evsel->no_aux_samples = true; in test__switch_tracking()
387 switch_evsel->immediate = true; in test__switch_tracking()
524 switch_tracking.switch_evsel = switch_evsel; in test__switch_tracking()