linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trace-cmd: Set the default file version to 7
@ 2022-02-21 23:12 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2022-02-21 23:12 UTC (permalink / raw)
  To: Linux Trace Devel; +Cc: Sebastian Andrzej Siewior

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 --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, ...);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-21 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-21 23:12 [PATCH] trace-cmd: Set the default file version to 7 Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).