Searched refs:execution_trace_pos (Results 1 – 1 of 1) sorted by relevance
31 static volatile int execution_trace_pos; variable67 __ASSERT(execution_trace_pos < EXECUTION_TRACE_LENGTH, "Execution trace overflow"); in execution_trace_add()68 execution_trace[execution_trace_pos] = s; in execution_trace_add()69 execution_trace_pos++; in execution_trace_add()