mbox series

[0/2] Add "trace clear"

Message ID cover.1733757864.git.jerome.forissier@linaro.org
Headers show
Series Add "trace clear" | expand

Message

Jerome Forissier Dec. 9, 2024, 3:32 p.m. UTC
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