linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trace-cmd: Up the min version of libtraceevent to 1.3 and libtracefs to 1.2
@ 2021-05-13 13:30 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2021-05-13 13:30 UTC (permalink / raw)
  To: Linux Trace Devel

From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

Allow trace-cmd to use the new API of libtraceevent 1.3 (namely the new
logging functions) and the API of libtracefs (have access to some of the
writing functions).

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 0d8fea0d..b7783d60 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ export LIBTRACECMD_VERSION
 
 VERSION_FILE = ltc_version.h
 
-LIBTRACEEVENT_MIN_VERSION = 1.2
-LIBTRACEFS_MIN_VERSION = 1.1
+LIBTRACEEVENT_MIN_VERSION = 1.3
+LIBTRACEFS_MIN_VERSION = 1.2
 
 MAKEFLAGS += --no-print-directory
 
-- 
2.29.2


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

only message in thread, other threads:[~2021-05-13 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 13:30 [PATCH] trace-cmd: Up the min version of libtraceevent to 1.3 and libtracefs to 1.2 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).