switch_evsel      714 tools/perf/arch/x86/util/intel-pt.c 				struct evsel *switch_evsel;
switch_evsel      720 tools/perf/arch/x86/util/intel-pt.c 				switch_evsel = evlist__last(evlist);
switch_evsel      722 tools/perf/arch/x86/util/intel-pt.c 				switch_evsel->core.attr.freq = 0;
switch_evsel      723 tools/perf/arch/x86/util/intel-pt.c 				switch_evsel->core.attr.sample_period = 1;
switch_evsel      724 tools/perf/arch/x86/util/intel-pt.c 				switch_evsel->core.attr.context_switch = 1;
switch_evsel      726 tools/perf/arch/x86/util/intel-pt.c 				switch_evsel->core.system_wide = true;
switch_evsel      727 tools/perf/arch/x86/util/intel-pt.c 				switch_evsel->no_aux_samples = true;
switch_evsel      728 tools/perf/arch/x86/util/intel-pt.c 				switch_evsel->immediate = true;
switch_evsel      730 tools/perf/arch/x86/util/intel-pt.c 				perf_evsel__set_sample_bit(switch_evsel, TID);
switch_evsel      731 tools/perf/arch/x86/util/intel-pt.c 				perf_evsel__set_sample_bit(switch_evsel, TIME);
switch_evsel      732 tools/perf/arch/x86/util/intel-pt.c 				perf_evsel__set_sample_bit(switch_evsel, CPU);
switch_evsel      733 tools/perf/arch/x86/util/intel-pt.c 				perf_evsel__reset_sample_bit(switch_evsel, BRANCH_STACK);
switch_evsel       60 tools/perf/tests/switch-tracking.c 	struct evsel *switch_evsel;
switch_evsel      136 tools/perf/tests/switch-tracking.c 	if (evsel == switch_tracking->switch_evsel) {
switch_evsel      339 tools/perf/tests/switch-tracking.c 	struct evsel *switch_evsel, *tracking_evsel;
switch_evsel      394 tools/perf/tests/switch-tracking.c 	switch_evsel = evlist__last(evlist);
switch_evsel      396 tools/perf/tests/switch-tracking.c 	perf_evsel__set_sample_bit(switch_evsel, CPU);
switch_evsel      397 tools/perf/tests/switch-tracking.c 	perf_evsel__set_sample_bit(switch_evsel, TIME);
switch_evsel      399 tools/perf/tests/switch-tracking.c 	switch_evsel->core.system_wide = true;
switch_evsel      400 tools/perf/tests/switch-tracking.c 	switch_evsel->no_aux_samples = true;
switch_evsel      401 tools/perf/tests/switch-tracking.c 	switch_evsel->immediate = true;
switch_evsel      538 tools/perf/tests/switch-tracking.c 	switch_tracking.switch_evsel = switch_evsel;
switch_evsel       60 tools/perf/util/intel-pt.c 	struct evsel *switch_evsel;
switch_evsel     2410 tools/perf/util/intel-pt.c 	if (evsel != pt->switch_evsel)
switch_evsel     2572 tools/perf/util/intel-pt.c 	if (pt->switch_evsel && event->header.type == PERF_RECORD_SAMPLE)
switch_evsel     3217 tools/perf/util/intel-pt.c 		pt->switch_evsel = intel_pt_find_sched_switch(session->evlist);
switch_evsel     3218 tools/perf/util/intel-pt.c 		if (!pt->switch_evsel) {