Lines Matching refs:sync_switch
77 bool sync_switch; member
196 bool sync_switch; member
1600 ptq->sync_switch = pt->sync_switch; in intel_pt_setup_queue()
1606 (!ptq->sync_switch || in intel_pt_setup_queue()
2931 if (!ptq->sync_switch) in intel_pt_sample()
3020 pt->sync_switch = true; in intel_pt_enable_sync_switch()
3027 ptq->sync_switch = true; in intel_pt_enable_sync_switch()
3035 pt->sync_switch = false; in intel_pt_disable_sync_switch()
3042 ptq->sync_switch = false; in intel_pt_disable_sync_switch()
3092 if (ptq->sync_switch) { in intel_pt_time_filter()
3153 if (ptq->sync_switch && in intel_pt_run_decoder()
3155 ptq->sync_switch = false; in intel_pt_run_decoder()
3179 } else if (ptq->sync_switch && in intel_pt_run_decoder()
3379 if (!pt->sync_switch) in intel_pt_sync_switch()
3383 if (!ptq || !ptq->sync_switch) in intel_pt_sync_switch()
3451 if (pt->sync_switch) { in intel_pt_context_switch_in()
3455 if (ptq && ptq->sync_switch) { in intel_pt_context_switch_in()
3497 if (pt->sync_switch) in intel_pt_guest_context_switch()