diff options
Diffstat (limited to 'trace-cmd.h')
| -rw-r--r-- | trace-cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index d0b5c92..18d615c 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
| @@ -41,6 +41,8 @@ char *tracecmd_find_tracing_dir(void); | |||
| 41 | 41 | ||
| 42 | /* --- Opening and Reading the trace.dat file --- */ | 42 | /* --- Opening and Reading the trace.dat file --- */ |
| 43 | 43 | ||
| 44 | struct tracecmd_input *tracecmd_alloc(const char *file); | ||
| 45 | struct tracecmd_input *tracecmd_alloc_fd(int fd); | ||
| 44 | struct tracecmd_input *tracecmd_open(const char *file); | 46 | struct tracecmd_input *tracecmd_open(const char *file); |
| 45 | struct tracecmd_input *tracecmd_open_fd(int fd); | 47 | struct tracecmd_input *tracecmd_open_fd(int fd); |
| 46 | void tracecmd_close(struct tracecmd_input *handle); | 48 | void tracecmd_close(struct tracecmd_input *handle); |
