Re: [PATCH 04/24] tools list traceevent: Add plugin support

2013-09-15 Thread David Ahern
On 9/1/13 4:48 AM, Jiri Olsa wrote: Backporting plugin support for traceevent lib. It would be worthwhile to not where the code is ported from -- repository and as of commit id. David It's now possible to use following interface to load plugins for 'struct pevent' object: struct plugin_

[PATCH 04/24] tools list traceevent: Add plugin support

2013-09-01 Thread Jiri Olsa
Backporting plugin support for traceevent lib. It's now possible to use following interface to load plugins for 'struct pevent' object: struct plugin_list* traceevent_load_plugins(struct pevent *pevent) - loads plusing for 'struct pevent' object and returns loaded plugins list void traceev