Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c53 int have_sched_switch; member
383 auxtrace_info->priv[INTEL_PT_HAVE_SCHED_SWITCH] = ptr->have_sched_switch; in intel_pt_info_fill()
812 ptr->have_sched_switch = 3; in intel_pt_recording_options()
817 ptr->have_sched_switch = 3; in intel_pt_recording_options()
819 ptr->have_sched_switch = 2; in intel_pt_recording_options()
829 ptr->have_sched_switch = 1; in intel_pt_recording_options()
886 if (!ptr->have_sched_switch && !perf_cpu_map__is_any_cpu_or_is_empty(cpus) && in intel_pt_recording_options()
/linux/tools/perf/util/
H A Dintel-pt.c86 int have_sched_switch; member
1483 if (queue->tid == -1 || pt->have_sched_switch) { in intel_pt_set_pid_tid_cpu()
2789 if (pt->have_sched_switch == 1) in intel_pt_switch_ip()
2924 (pt->have_sched_switch == 1 || pt->have_sched_switch == 3) && in intel_pt_run_decoder()
3315 if (pt->have_sched_switch == 3) { in intel_pt_context_switch()
4216 pt->have_sched_switch = auxtrace_info->priv[INTEL_PT_HAVE_SCHED_SWITCH]; in intel_pt_process_auxtrace_info()
4343 if (pt->have_sched_switch == 1) { in intel_pt_process_auxtrace_info()
4350 } else if (pt->have_sched_switch == 2 && in intel_pt_process_auxtrace_info()