diff options
author | Tom Rini <trini@konsulko.com> | 2024-12-31 19:00:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-01 10:40:33 -0600 |
commit | 2eb74974de5204835e81b81098dab1591fd99df5 (patch) | |
tree | 76b6ffcd649422cd0755efa6cb1e831eaff9597f /include | |
parent | 788b4609dbbbf1e058836b42967e58ffcbdc3bb1 (diff) | |
parent | edef0916668631b4fce956a9cfac252ffb2c0a9c (diff) |
Merge patch series "Add 'trace wipe'"
Jerome Forissier <jerome.forissier@linaro.org> says:
This short series adds the 'trace wipe' command which clears the trace
buffer, allowing to re-start a capture from scratch.
Link: https://lore.kernel.org/r/cover.1734093566.git.jerome.forissier@linaro.org
Diffstat (limited to 'include')
-rw-r--r-- | include/trace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/trace.h b/include/trace.h index 763d6d1255a..2bbaed9ba12 100644 --- a/include/trace.h +++ b/include/trace.h @@ -100,6 +100,8 @@ void trace_set_enabled(int enabled); int trace_early_init(void); +int trace_wipe(void); + /** * Init the trace system * |