Re: [PATCH 05/24] tools list traceevent: Add options support

2013-09-15 Thread David Ahern
On 9/1/13 4:48 AM, Jiri Olsa wrote: Backporting options support for traceevent lib. ditto -- where's the code from and last commit id. It's now possible to use following interface to load options for 'struct pevent' object: void traceevent_add_options(const char *name, struct plugin_option

[PATCH 05/24] tools list traceevent: Add options support

2013-09-01 Thread Jiri Olsa
Backporting options support for traceevent lib. It's now possible to use following interface to load options for 'struct pevent' object: void traceevent_add_options(const char *name, struct plugin_option *options); - adds a set of options by a plugin void traceevent_remove_options(struct plugi