diff options
Diffstat (limited to 'trace-cmd.h')
-rw-r--r-- | trace-cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index b8137b5..cec0072 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
@@ -207,6 +207,8 @@ void tracecmd_stop_recording(struct tracecmd_recorder *recorder); | |||
207 | void tracecmd_stat_cpu(struct trace_seq *s, int cpu); | 207 | void tracecmd_stat_cpu(struct trace_seq *s, int cpu); |
208 | 208 | ||
209 | /* --- Plugin handling --- */ | 209 | /* --- Plugin handling --- */ |
210 | extern struct plugin_option trace_ftrace_options[]; | ||
211 | |||
210 | void trace_util_add_option(const char *name, const char *val); | 212 | void trace_util_add_option(const char *name, const char *val); |
211 | void trace_util_load_plugins(struct pevent *pevent, const char *suffix, | 213 | void trace_util_load_plugins(struct pevent *pevent, const char *suffix, |
212 | void (*load_plugin)(struct pevent *pevent, | 214 | void (*load_plugin)(struct pevent *pevent, |