Home
last modified time | relevance | path

Searched refs:trace_plugin_options (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/lib/traceevent/
Devent-plugin.c40 static struct trace_plugin_options { struct
41 struct trace_plugin_options *next; argument
45 } *trace_plugin_options; argument
168 struct trace_plugin_options *op; in update_option()
187 for (op = trace_plugin_options; op; op = op->next) { in update_option()
202 for (op = trace_plugin_options; op; op = op->next) { in update_option()