diff options
Diffstat (limited to 'trace-cmd.h')
-rw-r--r-- | trace-cmd.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trace-cmd.h b/trace-cmd.h index af0645a..5a7c6c0 100644 --- a/trace-cmd.h +++ b/trace-cmd.h | |||
@@ -80,6 +80,10 @@ enum { | |||
80 | TRACECMD_OPTION_DATE, | 80 | TRACECMD_OPTION_DATE, |
81 | }; | 81 | }; |
82 | 82 | ||
83 | enum { | ||
84 | TRACECMD_FL_IGNORE_DATE = 1, | ||
85 | }; | ||
86 | |||
83 | struct tracecmd_ftrace { | 87 | struct tracecmd_ftrace { |
84 | struct tracecmd_input *handle; | 88 | struct tracecmd_input *handle; |
85 | struct event_format *fgraph_ret_event; | 89 | struct event_format *fgraph_ret_event; |
@@ -98,6 +102,8 @@ int tracecmd_long_size(struct tracecmd_input *handle); | |||
98 | int tracecmd_page_size(struct tracecmd_input *handle); | 102 | int tracecmd_page_size(struct tracecmd_input *handle); |
99 | int tracecmd_cpus(struct tracecmd_input *handle); | 103 | int tracecmd_cpus(struct tracecmd_input *handle); |
100 | int tracecmd_copy_headers(struct tracecmd_input *handle, int fd); | 104 | int tracecmd_copy_headers(struct tracecmd_input *handle, int fd); |
105 | void tracecmd_set_flag(struct tracecmd_input *handle, int flag); | ||
106 | void tracecmd_clear_flag(struct tracecmd_input *handle, int flag); | ||
101 | 107 | ||
102 | void tracecmd_print_events(struct tracecmd_input *handle); | 108 | void tracecmd_print_events(struct tracecmd_input *handle); |
103 | 109 | ||