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