diff options
Diffstat (limited to 'trace-input.c')
-rw-r--r-- | trace-input.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-input.c b/trace-input.c index c3b58b1..97459eb 100644 --- a/trace-input.c +++ b/trace-input.c | |||
@@ -2173,6 +2173,9 @@ struct tracecmd_input *tracecmd_alloc_fd(int fd) | |||
2173 | /* register default ftrace functions first */ | 2173 | /* register default ftrace functions first */ |
2174 | tracecmd_ftrace_overrides(handle, &handle->finfo); | 2174 | tracecmd_ftrace_overrides(handle, &handle->finfo); |
2175 | 2175 | ||
2176 | /* Add the ftrace options */ | ||
2177 | trace_util_ftrace_options(); | ||
2178 | |||
2176 | handle->plugin_list = tracecmd_load_plugins(handle->pevent); | 2179 | handle->plugin_list = tracecmd_load_plugins(handle->pevent); |
2177 | 2180 | ||
2178 | handle->pevent->file_bigendian = buf[0]; | 2181 | handle->pevent->file_bigendian = buf[0]; |