diff options
Diffstat (limited to 'trace-cmd.h')
-rw-r--r-- | trace-cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index d8ebccd..b2586bf 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
@@ -160,6 +160,7 @@ struct tracecmd_output *tracecmd_create_file_latency(const char *output_file, in | |||
160 | struct tracecmd_output *tracecmd_create_file(const char *output_file, | 160 | struct tracecmd_output *tracecmd_create_file(const char *output_file, |
161 | int cpus, char * const *cpu_data_files); | 161 | int cpus, char * const *cpu_data_files); |
162 | struct tracecmd_output *tracecmd_create_init_fd(int fd); | 162 | struct tracecmd_output *tracecmd_create_init_fd(int fd); |
163 | struct tracecmd_output *tracecmd_create_init_file(const char *output_file); | ||
163 | void tracecmd_output_close(struct tracecmd_output *handle); | 164 | void tracecmd_output_close(struct tracecmd_output *handle); |
164 | struct tracecmd_output *tracecmd_copy(struct tracecmd_input *ihandle, | 165 | struct tracecmd_output *tracecmd_copy(struct tracecmd_input *ihandle, |
165 | const char *file); | 166 | const char *file); |