public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add 'trace wipe'
@ 2024-12-13 12:45 Jerome Forissier
  2024-12-13 12:45 ` [PATCH v2 1/3] trace: add support for " Jerome Forissier
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jerome Forissier @ 2024-12-13 12:45 UTC (permalink / raw)
  To: u-boot; +Cc: Ilias Apalodimas, Tom Rini, Simon Glass, Jerome Forissier

This short series adds the 'trace wipe' command which clears the trace
buffer, allowing to re-start a capture from scratch.

Jerome Forissier (3):
  trace: add support for 'trace wipe'
  test: test_trace.py: test 'trace wipe'
  trace: document 'trace wipe'

 cmd/trace.c                 |  5 ++++
 doc/develop/trace.rst       | 11 +++++++++
 include/trace.h             |  2 ++
 lib/trace.c                 | 47 ++++++++++++++++++++++++++-----------
 test/py/tests/test_trace.py | 30 +++++++++++++++++++++++
 5 files changed, 81 insertions(+), 14 deletions(-)

v2:
- Change 'trace clear' to 'trace wipe'
- Add doc patch
- Minor edits to the patch descriptions

v1:
- Added patch: 'test: test_trace.py: test "trace clear" command'

v0:
- Sent as a single patch:
https://lists.denx.de/pipermail/u-boot/2024-December/574148.html

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-01-01 17:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13 12:45 [PATCH v2 0/3] Add 'trace wipe' Jerome Forissier
2024-12-13 12:45 ` [PATCH v2 1/3] trace: add support for " Jerome Forissier
2024-12-15  7:31   ` Ilias Apalodimas
2024-12-13 12:45 ` [PATCH v2 2/3] test: test_trace.py: test " Jerome Forissier
2024-12-13 12:45 ` [PATCH v2 3/3] trace: document " Jerome Forissier
2024-12-15  9:20   ` Ilias Apalodimas
2025-01-01 17:54 ` [PATCH v2 0/3] Add " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox