Lines Matching refs:sync_switch
76 bool sync_switch; member
189 bool sync_switch; member
1565 ptq->sync_switch = pt->sync_switch; in intel_pt_setup_queue()
1571 (!ptq->sync_switch || in intel_pt_setup_queue()
2658 if (!ptq->sync_switch) in intel_pt_sample()
2747 pt->sync_switch = true; in intel_pt_enable_sync_switch()
2754 ptq->sync_switch = true; in intel_pt_enable_sync_switch()
2762 pt->sync_switch = false; in intel_pt_disable_sync_switch()
2769 ptq->sync_switch = false; in intel_pt_disable_sync_switch()
2819 if (ptq->sync_switch) { in intel_pt_time_filter()
2880 if (ptq->sync_switch && in intel_pt_run_decoder()
2882 ptq->sync_switch = false; in intel_pt_run_decoder()
2906 } else if (ptq->sync_switch && in intel_pt_run_decoder()
3106 if (!pt->sync_switch) in intel_pt_sync_switch()
3110 if (!ptq || !ptq->sync_switch) in intel_pt_sync_switch()
3176 if (pt->sync_switch) { in intel_pt_context_switch_in()
3180 if (ptq && ptq->sync_switch) { in intel_pt_context_switch_in()
3222 if (pt->sync_switch) in intel_pt_guest_context_switch()