]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: initf_malloc is only traced with EARLY_TRACE
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 21 Dec 2025 01:58:58 +0000 (02:58 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 19 Jan 2026 09:31:21 +0000 (10:31 +0100)
commitddfb487a280497f7f4f4efcc092257ab4bc05341
tree6d9f691c872d3d76271e1cffddf837a55a7436e5
parente7bbbd8e094cada44234130ac94ed847506d3c4f
test: initf_malloc is only traced with EARLY_TRACE

Only if early tracing is enable the function initf_malloc can be traced.

Add a configuration check.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <simon.glass@canonical.com>
test/py/tests/test_trace.py