aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-cmd.h')
-rw-r--r--trace-cmd.h1
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
160struct tracecmd_output *tracecmd_create_file(const char *output_file, 160struct 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);
162struct tracecmd_output *tracecmd_create_init_fd(int fd); 162struct tracecmd_output *tracecmd_create_init_fd(int fd);
163struct tracecmd_output *tracecmd_create_init_file(const char *output_file);
163void tracecmd_output_close(struct tracecmd_output *handle); 164void tracecmd_output_close(struct tracecmd_output *handle);
164struct tracecmd_output *tracecmd_copy(struct tracecmd_input *ihandle, 165struct tracecmd_output *tracecmd_copy(struct tracecmd_input *ihandle,
165 const char *file); 166 const char *file);