Searched refs:have_sched_switch (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/arch/x86/util/
H A Dintel-pt.c57 int have_sched_switch; member in struct:intel_pt_recording
344 auxtrace_info->priv[INTEL_PT_HAVE_SCHED_SWITCH] = ptr->have_sched_switch; intel_pt_info_fill()
653 ptr->have_sched_switch = 3;
657 ptr->have_sched_switch = 3;
659 ptr->have_sched_switch = 2;
668 ptr->have_sched_switch = 1;
713 if (!ptr->have_sched_switch && !cpu_map__empty(cpus) &&
/linux-4.4.14/tools/perf/util/
H A Dintel-pt.c68 int have_sched_switch; member in struct:intel_pt
780 if (queue->tid == -1 || pt->have_sched_switch) { intel_pt_set_pid_tid_cpu()
842 if (pt->timeless_decoding || !pt->have_sched_switch) intel_pt_setup_queue()
1294 if (pt->have_sched_switch == 1) intel_pt_switch_ip()
1321 (pt->have_sched_switch == 1 || pt->have_sched_switch == 3) && intel_pt_run_decoder()
1588 if (pt->have_sched_switch == 3) { intel_pt_context_switch()
2044 pt->have_sched_switch = auxtrace_info->priv[INTEL_PT_HAVE_SCHED_SWITCH]; intel_pt_process_auxtrace_info()
2089 if (pt->have_sched_switch == 1) { intel_pt_process_auxtrace_info()
2095 } else if (pt->have_sched_switch == 2 && intel_pt_process_auxtrace_info()

Completed in 101 milliseconds