Lines Matching refs:switch_evsel
685 struct perf_evsel *switch_evsel; in intel_pt_recording_options() local
691 switch_evsel = perf_evlist__last(evlist); in intel_pt_recording_options()
693 switch_evsel->attr.freq = 0; in intel_pt_recording_options()
694 switch_evsel->attr.sample_period = 1; in intel_pt_recording_options()
695 switch_evsel->attr.context_switch = 1; in intel_pt_recording_options()
697 switch_evsel->system_wide = true; in intel_pt_recording_options()
698 switch_evsel->no_aux_samples = true; in intel_pt_recording_options()
699 switch_evsel->immediate = true; in intel_pt_recording_options()
701 perf_evsel__set_sample_bit(switch_evsel, TID); in intel_pt_recording_options()
702 perf_evsel__set_sample_bit(switch_evsel, TIME); in intel_pt_recording_options()
703 perf_evsel__set_sample_bit(switch_evsel, CPU); in intel_pt_recording_options()
704 perf_evsel__reset_sample_bit(switch_evsel, BRANCH_STACK); in intel_pt_recording_options()