On Tue, Jun 09, 2026 at 03:40:15PM +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.
Reviewed-by: Leo Yan leo.yan@arm.com Signed-off-by: James Clark james.clark@linaro.org
Tested-by: Leo Yan leo.yan@arm.com