Lines Matching refs:switch_evsel
632 struct perf_evsel *switch_evsel; in intel_pt_recording_options() local
638 switch_evsel = perf_evlist__last(evlist); in intel_pt_recording_options()
640 switch_evsel->attr.freq = 0; in intel_pt_recording_options()
641 switch_evsel->attr.sample_period = 1; in intel_pt_recording_options()
642 switch_evsel->attr.context_switch = 1; in intel_pt_recording_options()
644 switch_evsel->system_wide = true; in intel_pt_recording_options()
645 switch_evsel->no_aux_samples = true; in intel_pt_recording_options()
646 switch_evsel->immediate = true; in intel_pt_recording_options()
648 perf_evsel__set_sample_bit(switch_evsel, TID); in intel_pt_recording_options()
649 perf_evsel__set_sample_bit(switch_evsel, TIME); in intel_pt_recording_options()
650 perf_evsel__set_sample_bit(switch_evsel, CPU); in intel_pt_recording_options()