aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-cmd.h')
-rw-r--r--trace-cmd.h3
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);
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 --- */
210void trace_util_add_option(const char *name, const char *val);
210void trace_util_load_plugins(struct pevent *pevent, const char *suffix, 211void 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);
217struct plugin_option *trace_util_read_plugin_options(void);
218void trace_util_free_options(struct plugin_option *options);
216 219
217/* --- Hack! --- */ 220/* --- Hack! --- */
218int tracecmd_blk_hack(struct tracecmd_input *handle); 221int tracecmd_blk_hack(struct tracecmd_input *handle);