Lines Matching refs:switch_state
129 enum switch_state { enum
156 int switch_state; member
1070 ptq->switch_state != INTEL_PT_SS_EXPECTING_SWITCH_EVENT)) { in intel_pt_setup_queue()
1991 switch (ptq->switch_state) { in intel_pt_sample()
1998 ptq->switch_state = INTEL_PT_SS_TRACING; in intel_pt_sample()
2001 ptq->switch_state = INTEL_PT_SS_EXPECTING_SWITCH_EVENT; in intel_pt_sample()
2005 ptq->switch_state = INTEL_PT_SS_NOT_TRACING; in intel_pt_sample()
2006 } else if (ptq->switch_state == INTEL_PT_SS_NOT_TRACING) { in intel_pt_sample()
2007 ptq->switch_state = INTEL_PT_SS_UNKNOWN; in intel_pt_sample()
2008 } else if (ptq->switch_state == INTEL_PT_SS_UNKNOWN && in intel_pt_sample()
2011 ptq->switch_state = INTEL_PT_SS_TRACING; in intel_pt_sample()
2130 ptq->switch_state = INTEL_PT_SS_UNKNOWN; in intel_pt_time_filter()
2144 ptq->switch_state = INTEL_PT_SS_NOT_TRACING; in intel_pt_time_filter()
2215 ptq->switch_state == INTEL_PT_SS_UNKNOWN && in intel_pt_run_decoder()
2370 switch (ptq->switch_state) { in intel_pt_sync_switch()
2376 ptq->switch_state = INTEL_PT_SS_EXPECTING_SWITCH_IP; in intel_pt_sync_switch()
2388 ptq->switch_state = INTEL_PT_SS_TRACING; in intel_pt_sync_switch()
2440 switch (ptq->switch_state) { in intel_pt_context_switch_in()
2447 ptq->switch_state = INTEL_PT_SS_TRACING; in intel_pt_context_switch_in()