Re: [PATCH 0/3] tools lib traceevent: Options for plugins

2014-04-22 Thread Namhyung Kim
Hi Steven, On Tue, 22 Apr 2014 15:48:24 -0400, Steven Rostedt wrote: > trace-cmd has a way to set options for plugins, via the command > line parameter. For example, you can add or remove the parent > from being printed in function tracing by adding: > > -O parent=1 > -O parent=0 > > This is p

[PATCH 0/3] tools lib traceevent: Options for plugins

2014-04-22 Thread Steven Rostedt
trace-cmd has a way to set options for plugins, via the command line parameter. For example, you can add or remove the parent from being printed in function tracing by adding: -O parent=1 -O parent=0 This is passed later to the plugin in. But the plugin itself requires registering to the appl