diff options
Diffstat (limited to 'trace-cmd.h')
-rw-r--r-- | trace-cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index fc3e9d1..6f04981 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
@@ -210,6 +210,7 @@ void tracecmd_stat_cpu(struct trace_seq *s, int cpu); | |||
210 | /* --- Plugin handling --- */ | 210 | /* --- Plugin handling --- */ |
211 | extern struct plugin_option trace_ftrace_options[]; | 211 | extern struct plugin_option trace_ftrace_options[]; |
212 | 212 | ||
213 | void trace_util_ftrace_options(void); | ||
213 | void trace_util_add_option(const char *name, const char *val); | 214 | void trace_util_add_option(const char *name, const char *val); |
214 | void trace_util_load_plugins(struct pevent *pevent, const char *suffix, | 215 | void trace_util_load_plugins(struct pevent *pevent, const char *suffix, |
215 | void (*load_plugin)(struct pevent *pevent, | 216 | void (*load_plugin)(struct pevent *pevent, |