diff mbox series

trace-cmd: Set the default file version to 7

Message ID 20220221181252.668433cf@rorschach.local.home (mailing list archive)
State Accepted
Commit eccd01adba5cc66604ce966adf06236c00a414af
Headers show
Series trace-cmd: Set the default file version to 7 | expand

Commit Message

Steven Rostedt Feb. 21, 2022, 11:12 p.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

All new trace.dat files should be set to version 7 by default. This will
allow for its use to be more common as we should not expect the user to
set to the latest version.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
Note, I'll add this when all the changes are in for compression
and I'm satisfied with my testing.

 lib/trace-cmd/include/trace-cmd-local.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/trace-cmd/include/trace-cmd-local.h b/lib/trace-cmd/include/trace-cmd-local.h
index 48f179d6f524..e48898fcf937 100644
--- a/lib/trace-cmd/include/trace-cmd-local.h
+++ b/lib/trace-cmd/include/trace-cmd-local.h
@@ -9,7 +9,7 @@ 
 #include <byteswap.h>
 #include "trace-cmd-private.h"
 
-#define FILE_VERSION_DEFAULT		6
+#define FILE_VERSION_DEFAULT		7
 
 /* Can be overridden */
 void tracecmd_warning(const char *fmt, ...);