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
  *