Lines Matching refs:switch_evsel
714 struct evsel *switch_evsel; in intel_pt_recording_options() local
720 switch_evsel = evlist__last(evlist); in intel_pt_recording_options()
722 switch_evsel->core.attr.freq = 0; in intel_pt_recording_options()
723 switch_evsel->core.attr.sample_period = 1; in intel_pt_recording_options()
724 switch_evsel->core.attr.context_switch = 1; in intel_pt_recording_options()
726 switch_evsel->core.system_wide = true; in intel_pt_recording_options()
727 switch_evsel->no_aux_samples = true; in intel_pt_recording_options()
728 switch_evsel->immediate = true; in intel_pt_recording_options()
730 perf_evsel__set_sample_bit(switch_evsel, TID); in intel_pt_recording_options()
731 perf_evsel__set_sample_bit(switch_evsel, TIME); in intel_pt_recording_options()
732 perf_evsel__set_sample_bit(switch_evsel, CPU); in intel_pt_recording_options()
733 perf_evsel__reset_sample_bit(switch_evsel, BRANCH_STACK); in intel_pt_recording_options()