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 cb8e169..e9b4f27 100644
--- a/trace-cmd.h
+++ b/trace-cmd.h
@@ -176,6 +176,9 @@ struct tracecmd_output *
176tracecmd_create_file_glob(const char *output_file, 176tracecmd_create_file_glob(const char *output_file,
177 int cpus, char * const *cpu_data_files, 177 int cpus, char * const *cpu_data_files,
178 struct tracecmd_event_list *event_globs); 178 struct tracecmd_event_list *event_globs);
179struct tracecmd_output *
180tracecmd_create_init_file_glob(const char *output_file,
181 struct tracecmd_event_list *list);
179struct tracecmd_output *tracecmd_create_init_fd(int fd); 182struct tracecmd_output *tracecmd_create_init_fd(int fd);
180struct tracecmd_output *tracecmd_create_init_file(const char *output_file); 183struct tracecmd_output *tracecmd_create_init_file(const char *output_file);
181struct tracecmd_output *tracecmd_create_init_file_override(const char *output_file, 184struct tracecmd_output *tracecmd_create_init_file_override(const char *output_file,