[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1339695333-64591-1-git-send-email-dsahern@gmail.com>
Date: Thu, 14 Jun 2012 11:35:31 -0600
From: David Ahern <dsahern@...il.com>
To: rostedt@...dmis.org, acme@...stprotocols.net,
linux-kernel@...r.kernel.org, weisbec@...il.com
Cc: namhyung.kim@....com, mingo@...nel.org, peterz@...radead.org,
David Ahern <dsahern@...il.com>
Subject: [RFC PATCH 0/2] libtraceevent/perf: Add support for trace-cmd plugins
Now that perf is using libtraceevent and libtraceevent is based
on trace-cmd both can be extended to leverage the plugins written
for trace-cmd to improve pretty printing of the events.
Given that it is based on code from trace-cmd I am not sure what the
right approach is, so wanted to throw this out for comments/suggestions.
David Ahern (2):
libtraceevent: Add support for tracecmd plugins
perf: add support for trace-cmd plugins
tools/lib/traceevent/Makefile | 2 +-
tools/lib/traceevent/tracecmd-plugins.c | 280 +++++++++++++++++++++++++++++++
tools/lib/traceevent/tracecmd-plugins.h | 34 ++++
tools/perf/util/trace-event-parse.c | 4 +
4 files changed, 319 insertions(+), 1 deletion(-)
create mode 100644 tools/lib/traceevent/tracecmd-plugins.c
create mode 100644 tools/lib/traceevent/tracecmd-plugins.h
--
1.7.10.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists