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 18d615c..c468cf7 100644
--- a/trace-cmd.h
+++ b/trace-cmd.h
@@ -45,6 +45,7 @@ struct tracecmd_input *tracecmd_alloc(const char *file);
45struct tracecmd_input *tracecmd_alloc_fd(int fd); 45struct tracecmd_input *tracecmd_alloc_fd(int fd);
46struct tracecmd_input *tracecmd_open(const char *file); 46struct tracecmd_input *tracecmd_open(const char *file);
47struct tracecmd_input *tracecmd_open_fd(int fd); 47struct tracecmd_input *tracecmd_open_fd(int fd);
48void tracecmd_ref(struct tracecmd_input *handle);
48void tracecmd_close(struct tracecmd_input *handle); 49void tracecmd_close(struct tracecmd_input *handle);
49int tracecmd_read_headers(struct tracecmd_input *handle); 50int tracecmd_read_headers(struct tracecmd_input *handle);
50int tracecmd_long_size(struct tracecmd_input *handle); 51int tracecmd_long_size(struct tracecmd_input *handle);