lkml.org 
[lkml]   [2013]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 01/22] tools lib traceevent: Add plugin support
On Sat, Nov 23, 2013 at 03:12:19AM -0500, Steven Rostedt wrote:

SNIP

> > > + if (!handle) {
> > > + warning("could not load plugin '%s'\n%s\n",
> > > + plugin, dlerror());
> > > + goto out_free;
> > > + }
> > > +
> > > + alias = dlsym(handle, PEVENT_PLUGIN_ALIAS_NAME);
> > > + if (!alias)
> > > + alias = file;
> >
> > So this 'alias' is not used anywhere in the current code, right?
> > Do you plan to add the option processing soon?
>
> I believe he is, and hopefully he will, because I want to forward port
> this code to have trace-cmd use it. The end result should be a separate
> library that we all can use.

yep, thats the plan ;-)

so I get the the deal is in v2 I keep the current code and add
patches addressing comments on top of it..

jirka


\
 
 \ /
  Last update: 2013-11-25 10:41    [W:0.079 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site