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