]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: trace: Increase trace buffer size
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 22 Aug 2023 17:40:02 +0000 (23:10 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 29 Aug 2023 17:37:55 +0000 (13:37 -0400)
commit61cad8da8885fa7b9fc685cdf55f30e615155c76
tree6bf1f1be1752d3320d6b0c507a25782a948fd9f7
parent3107f78485893895ef1b690a7275c45de629062a
sandbox: trace: Increase trace buffer size

When running the trace test on the sandbox platform, the current size
of 16MiB is no longer large enough for capturing the entire trace
history, and results in truncation. Use a size of 32MiB for the trace
buffer on the sandbox platform while running the trace test.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml
.gitlab-ci.yml
test/py/tests/test_trace.py