On Tue, Jun 02, 2026 at 03:26:52PM +0100, James Clark wrote:
The thread_loop test only looks for context IDs in the raw trace. There's a lot more that can go wrong when decoding these, so replace it with a test that looks at the final output for matching thread names and symbols.
In the future we might use timestamps and context switch events to track threads, so looking at context IDs in the raw trace wouldn't always work.
Signed-off-by: James Clark james.clark@linaro.org
LGTM:
Reviewed-by: Leo Yan leo.yan@arm.com