Searched refs:tep_plugin_option (Results 1 – 4 of 4) sorted by relevance
26 struct tep_plugin_option *options;56 static int update_option_value(struct tep_plugin_option *op, const char *val) in update_option_value()109 struct tep_plugin_option *op; in tep_plugin_list_options()161 update_option(const char *file, struct tep_plugin_option *option) in update_option()220 struct tep_plugin_option *options) in tep_plugin_add_options()242 void tep_plugin_remove_options(struct tep_plugin_option *options) in tep_plugin_remove_options()273 static struct tep_plugin_option *277 struct tep_plugin_option *op; in find_registered_option()301 struct tep_plugin_option *op; in process_option()403 struct tep_plugin_option *op; in tep_plugin_print_options()[all …]
56 struct tep_plugin_option { struct57 struct tep_plugin_option *next; argument404 struct tep_plugin_option *options);406 void tep_plugin_remove_options(struct tep_plugin_option *options);
22 struct tep_plugin_option plugin_options[] =49 static struct tep_plugin_option *ftrace_parent = &plugin_options[0];50 static struct tep_plugin_option *ftrace_indent = &plugin_options[1];51 static struct tep_plugin_option *ftrace_offset = &plugin_options[2];
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_);