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)
> >
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
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
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
4 matches
Mail list logo