have_sched_switch   49 tools/perf/arch/x86/util/intel-pt.c 	int				have_sched_switch;
have_sched_switch  381 tools/perf/arch/x86/util/intel-pt.c 	auxtrace_info->priv[INTEL_PT_HAVE_SCHED_SWITCH] = ptr->have_sched_switch;
have_sched_switch  736 tools/perf/arch/x86/util/intel-pt.c 				ptr->have_sched_switch = 3;
have_sched_switch  741 tools/perf/arch/x86/util/intel-pt.c 					ptr->have_sched_switch = 3;
have_sched_switch  743 tools/perf/arch/x86/util/intel-pt.c 					ptr->have_sched_switch = 2;
have_sched_switch  752 tools/perf/arch/x86/util/intel-pt.c 				ptr->have_sched_switch = 1;
have_sched_switch  802 tools/perf/arch/x86/util/intel-pt.c 	if (!ptr->have_sched_switch && !perf_cpu_map__empty(cpus) &&
have_sched_switch   71 tools/perf/util/intel-pt.c 	int have_sched_switch;
have_sched_switch  975 tools/perf/util/intel-pt.c 	if (queue->tid == -1 || pt->have_sched_switch) {
have_sched_switch 2051 tools/perf/util/intel-pt.c 	if (pt->have_sched_switch == 1)
have_sched_switch 2166 tools/perf/util/intel-pt.c 		    (pt->have_sched_switch == 1 || pt->have_sched_switch == 3) &&
have_sched_switch 2474 tools/perf/util/intel-pt.c 	if (pt->have_sched_switch == 3) {
have_sched_switch 3113 tools/perf/util/intel-pt.c 	pt->have_sched_switch = auxtrace_info->priv[INTEL_PT_HAVE_SCHED_SWITCH];
have_sched_switch 3216 tools/perf/util/intel-pt.c 	if (pt->have_sched_switch == 1) {
have_sched_switch 3223 tools/perf/util/intel-pt.c 	} else if (pt->have_sched_switch == 2 &&