From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> 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@xxxxxxxxxxx> --- 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