diff options
Diffstat (limited to 'trace-output.c')
-rw-r--r-- | trace-output.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trace-output.c b/trace-output.c index b91e1ac..9df5394 100644 --- a/trace-output.c +++ b/trace-output.c | |||
@@ -1095,6 +1095,12 @@ struct tracecmd_output *tracecmd_create_init_fd(int fd) | |||
1095 | } | 1095 | } |
1096 | 1096 | ||
1097 | struct tracecmd_output * | 1097 | struct tracecmd_output * |
1098 | tracecmd_create_init_fd_glob(int fd, struct tracecmd_event_list *list) | ||
1099 | { | ||
1100 | return create_file_fd(fd, NULL, NULL, NULL, list); | ||
1101 | } | ||
1102 | |||
1103 | struct tracecmd_output * | ||
1098 | tracecmd_create_init_file_glob(const char *output_file, | 1104 | tracecmd_create_init_file_glob(const char *output_file, |
1099 | struct tracecmd_event_list *list) | 1105 | struct tracecmd_event_list *list) |
1100 | { | 1106 | { |