aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace-cmd.h')
-rw-r--r--trace-cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h
index 1db7303..7e21bc7 100644
--- a/trace-cmd.h
+++ b/trace-cmd.h
@@ -133,6 +133,8 @@ struct tracecmd_output *tracecmd_copy(struct tracecmd_input *ihandle,
133 const char *file); 133 const char *file);
134int tracecmd_append_cpu_data(struct tracecmd_output *handle, 134int tracecmd_append_cpu_data(struct tracecmd_output *handle,
135 int cpus, char * const *cpu_data_files); 135 int cpus, char * const *cpu_data_files);
136int tracecmd_attach_cpu_data(char *file, int cpus, char * const *cpu_data_files);
137int tracecmd_attach_cpu_data_fd(int fd, int cpus, char * const *cpu_data_files);
136 138
137/* --- Reading the Fly Recorder Trace --- */ 139/* --- Reading the Fly Recorder Trace --- */
138 140