Searched refs:tep_plugin_option (Results 1 – 4 of 4) sorted by relevance
25 struct tep_plugin_option *options;49 static int update_option_value(struct tep_plugin_option *op, const char *val) in update_option_value()102 struct tep_plugin_option *op; in tep_plugin_list_options()154 update_option(const char *file, struct tep_plugin_option *option) in update_option()213 struct tep_plugin_option *options) in tep_plugin_add_options()235 void tep_plugin_remove_options(struct tep_plugin_option *options) in tep_plugin_remove_options()
70 struct tep_plugin_option { struct71 struct tep_plugin_option *next; argument402 struct tep_plugin_option *options);403 void tep_plugin_remove_options(struct tep_plugin_option *options);
37 struct tep_plugin_option plugin_options[] =57 static struct tep_plugin_option *ftrace_parent = &plugin_options[0];58 static struct tep_plugin_option *ftrace_indent = &plugin_options[1];
47 …int *tep_plugin_add_options*(const char pass:[*]_name_, struct tep_plugin_option pass:[*]_options_…48 void *tep_plugin_remove_options*(struct tep_plugin_option pass:[*]_options_);