Searched refs:execution_trace (Results 1 – 1 of 1) sorted by relevance
18 zassert_equal(execution_trace[pos], val, "Expected %s for step %d but got %s", \19 execution_step_str(val), pos, execution_step_str(execution_trace[pos]))30 static volatile enum execution_step execution_trace[EXECUTION_TRACE_LENGTH]; variable68 execution_trace[execution_trace_pos] = s; in execution_trace_add()