Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-plugin.c29 static struct trace_plugin_options { struct
30 struct trace_plugin_options *next; argument
34 } *trace_plugin_options; argument
163 struct trace_plugin_options *op; in update_option()
182 for (op = trace_plugin_options; op; op = op->next) { in update_option()
197 for (op = trace_plugin_options; op; op = op->next) { in update_option()
321 struct trace_plugin_options *op; in tep_plugin_add_option()
333 for (op = trace_plugin_options; op; op = op->next) { in tep_plugin_add_option()
375 op->next = trace_plugin_options; in tep_plugin_add_option()
376 trace_plugin_options = op; in tep_plugin_add_option()