
9 Dec
2024
9 Dec
'24
4:32 p.m.
This short series implements the "trace clear" command. Originally sent as a single patch [1] but here with a sandbox test added.
Jerome Forissier (2): trace: add support for "trace clear" test: test_trace.py: test "trace clear" command
cmd/trace.c | 13 +++++++++- include/trace.h | 2 ++ lib/trace.c | 47 ++++++++++++++++++++++++++----------- test/py/tests/test_trace.py | 30 +++++++++++++++++++++++ 4 files changed, 77 insertions(+), 15 deletions(-)
v2: - Added patch: 'test: test_trace.py: test "trace clear" command'
v1: - Sent as a single patch: https://lists.denx.de/pipermail/u-boot/2024-December/574148.html
--
2.43.0