commit | 86431b02eba471ac517d20ec373b69376f33bebb | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Dec 31 19:00:54 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 01 10:40:33 2025 -0600 |
tree | 76b6ffcd649422cd0755efa6cb1e831eaff9597f | |
parent | 4ff91c8f7709171a84f996468f03df572799d226 [diff] [blame] | |
parent | 967566ba34e569b84ed21771b362524771245439 [diff] [blame] |
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
diff --git a/include/trace.h b/include/trace.h index 763d6d1..2bbaed9 100644 --- a/include/trace.h +++ b/include/trace.h
@@ -100,6 +100,8 @@ int trace_early_init(void); +int trace_wipe(void); + /** * Init the trace system *