Home
last modified time | relevance | path

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

/external/libtraceevent/src/
Devent-plugin.c26 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 …]
/external/trace-cmd/lib/trace-cmd/
Dtrace-ftrace.c16 struct tep_plugin_option trace_ftrace_options[] = {
52 static struct tep_plugin_option *fgraph_tail = &trace_ftrace_options[0];
53 static struct tep_plugin_option *fgraph_depth = &trace_ftrace_options[1];
54 static struct tep_plugin_option *fgraph_retval_skip = &trace_ftrace_options[2];
55 static struct tep_plugin_option *fgraph_retval_dec = &trace_ftrace_options[3];
56 static struct tep_plugin_option *fgraph_retval_hex = &trace_ftrace_options[4];
/external/libtraceevent/plugins/
Dplugin_function.c27 struct tep_plugin_option plugin_options[] =
54 static struct tep_plugin_option *ftrace_parent = &plugin_options[0];
55 static struct tep_plugin_option *ftrace_indent = &plugin_options[1];
56 static struct tep_plugin_option *ftrace_offset = &plugin_options[2];
/external/libtraceevent/include/traceevent/
Devent-parse.h60 struct tep_plugin_option { struct
61 struct tep_plugin_option *next; argument
412 struct tep_plugin_option *options);
414 void tep_plugin_remove_options(struct tep_plugin_option *options);
/external/libtraceevent/Documentation/
Dlibtraceevent.txt64 …int *tep_plugin_add_options*(const char pass:[*]_name_, struct tep_plugin_option pass:[*]_options_…
65 void *tep_plugin_remove_options*(struct tep_plugin_option pass:[*]_options_);
/external/trace-cmd/lib/trace-cmd/include/private/
Dtrace-cmd-private.h576 extern struct tep_plugin_option trace_ftrace_options[];