Re: [PATCH 2/4] tools lib traceevent: Add options to plugins

2014-06-02 Thread Steven Rostedt
On Mon, 19 May 2014 23:29:35 +0900 Namhyung Kim wrote: > > - * struct plugin_option PEVENT_PLUGIN_OPTIONS[] = { > > + * struct pevent_plugin_option PEVENT_PLUGIN_OPTIONS[] = { > > * { > > * .name = "option-name", > > * .plugin_alias = "overide-file-name", (optional) > >

Re: [PATCH 2/4] tools lib traceevent: Add options to plugins

2014-05-19 Thread Namhyung Kim
On Tue, May 20, 2014 at 2:06 AM, Steven Rostedt wrote: > On Mon, 2014-05-19 at 23:29 +0900, Namhyung Kim wrote: >> 2014-05-16 (금), 10:02 -0400, Steven Rostedt: >> > -struct plugin_option { >> > - struct plugin_option*next; >> > +struct pevent_plugin_option { >> > + struct pevent_p

Re: [PATCH 2/4] tools lib traceevent: Add options to plugins

2014-05-19 Thread Steven Rostedt
On Mon, 2014-05-19 at 23:29 +0900, Namhyung Kim wrote: > Hi Steve, > > 2014-05-16 (금), 10:02 -0400, Steven Rostedt: > > > From: "Steven Rostedt (Red Hat)" > > > > The traceevent plugins allows developers to have their events print out > > information that is more advanced than what can be achie

Re: [PATCH 2/4] tools lib traceevent: Add options to plugins

2014-05-19 Thread Namhyung Kim
Hi Steve, 2014-05-16 (금), 10:02 -0400, Steven Rostedt: > From: "Steven Rostedt (Red Hat)" > > The traceevent plugins allows developers to have their events print out > information that is more advanced than what can be achieved by the > trace event format files. > > As these plugins are used o

[PATCH 2/4] tools lib traceevent: Add options to plugins

2014-05-16 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The traceevent plugins allows developers to have their events print out information that is more advanced than what can be achieved by the trace event format files. As these plugins are used on the userspace side of the tracing tools, it is only logical that the