aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-cmd.h')
-rw-r--r--trace-cmd.h2
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);
207void tracecmd_stat_cpu(struct trace_seq *s, int cpu); 207void tracecmd_stat_cpu(struct trace_seq *s, int cpu);
208 208
209/* --- Plugin handling --- */ 209/* --- Plugin handling --- */
210extern struct plugin_option trace_ftrace_options[];
211
210void trace_util_add_option(const char *name, const char *val); 212void trace_util_add_option(const char *name, const char *val);
211void trace_util_load_plugins(struct pevent *pevent, const char *suffix, 213void trace_util_load_plugins(struct pevent *pevent, const char *suffix,
212 void (*load_plugin)(struct pevent *pevent, 214 void (*load_plugin)(struct pevent *pevent,