Lines Matching refs:switch_state
137 enum switch_state {
162 int switch_state;
1215 ptq->switch_state != INTEL_PT_SS_EXPECTING_SWITCH_EVENT)) {
2071 switch (ptq->switch_state) {
2078 ptq->switch_state = INTEL_PT_SS_TRACING;
2081 ptq->switch_state = INTEL_PT_SS_EXPECTING_SWITCH_EVENT;
2085 ptq->switch_state = INTEL_PT_SS_NOT_TRACING;
2086 } else if (ptq->switch_state == INTEL_PT_SS_NOT_TRACING) {
2087 ptq->switch_state = INTEL_PT_SS_UNKNOWN;
2088 } else if (ptq->switch_state == INTEL_PT_SS_UNKNOWN &&
2091 ptq->switch_state = INTEL_PT_SS_TRACING;
2210 ptq->switch_state = INTEL_PT_SS_UNKNOWN;
2224 ptq->switch_state = INTEL_PT_SS_NOT_TRACING;
2296 ptq->switch_state == INTEL_PT_SS_UNKNOWN &&
2501 switch (ptq->switch_state) {
2507 ptq->switch_state = INTEL_PT_SS_EXPECTING_SWITCH_IP;
2519 ptq->switch_state = INTEL_PT_SS_TRACING;
2571 switch (ptq->switch_state) {
2578 ptq->switch_state = INTEL_PT_SS_TRACING;