Lines Matching refs:sync_switch
77 bool sync_switch; member
194 bool sync_switch; member
1598 ptq->sync_switch = pt->sync_switch; in intel_pt_setup_queue()
1604 (!ptq->sync_switch || in intel_pt_setup_queue()
2777 if (!ptq->sync_switch) in intel_pt_sample()
2866 pt->sync_switch = true; in intel_pt_enable_sync_switch()
2873 ptq->sync_switch = true; in intel_pt_enable_sync_switch()
2881 pt->sync_switch = false; in intel_pt_disable_sync_switch()
2888 ptq->sync_switch = false; in intel_pt_disable_sync_switch()
2938 if (ptq->sync_switch) { in intel_pt_time_filter()
2999 if (ptq->sync_switch && in intel_pt_run_decoder()
3001 ptq->sync_switch = false; in intel_pt_run_decoder()
3025 } else if (ptq->sync_switch && in intel_pt_run_decoder()
3225 if (!pt->sync_switch) in intel_pt_sync_switch()
3229 if (!ptq || !ptq->sync_switch) in intel_pt_sync_switch()
3297 if (pt->sync_switch) { in intel_pt_context_switch_in()
3301 if (ptq && ptq->sync_switch) { in intel_pt_context_switch_in()
3343 if (pt->sync_switch) in intel_pt_guest_context_switch()