diff options
Diffstat (limited to 'trace-cmd.h')
-rw-r--r-- | trace-cmd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index 9063c8c..b8137b5 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
@@ -207,12 +207,15 @@ 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 | void trace_util_add_option(const char *name, const char *val); | ||
210 | void trace_util_load_plugins(struct pevent *pevent, const char *suffix, | 211 | void trace_util_load_plugins(struct pevent *pevent, const char *suffix, |
211 | void (*load_plugin)(struct pevent *pevent, | 212 | void (*load_plugin)(struct pevent *pevent, |
212 | const char *path, | 213 | const char *path, |
213 | const char *name, | 214 | const char *name, |
214 | void *data), | 215 | void *data), |
215 | void *data); | 216 | void *data); |
217 | struct plugin_option *trace_util_read_plugin_options(void); | ||
218 | void trace_util_free_options(struct plugin_option *options); | ||
216 | 219 | ||
217 | /* --- Hack! --- */ | 220 | /* --- Hack! --- */ |
218 | int tracecmd_blk_hack(struct tracecmd_input *handle); | 221 | int tracecmd_blk_hack(struct tracecmd_input *handle); |