diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 8a0c2f221e6b..53869bef6102 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -368,6 +368,7 @@ struct ftrace_ret_stack { | |||
368 | unsigned long ret; | 368 | unsigned long ret; |
369 | unsigned long func; | 369 | unsigned long func; |
370 | unsigned long long calltime; | 370 | unsigned long long calltime; |
371 | unsigned long long subtime; | ||
371 | }; | 372 | }; |
372 | 373 | ||
373 | /* | 374 | /* |
@@ -379,8 +380,6 @@ extern void return_to_handler(void); | |||
379 | 380 | ||
380 | extern int | 381 | extern int |
381 | ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth); | 382 | ftrace_push_return_trace(unsigned long ret, unsigned long func, int *depth); |
382 | extern void | ||
383 | ftrace_pop_return_trace(struct ftrace_graph_ret *trace, unsigned long *ret); | ||
384 | 383 | ||
385 | /* | 384 | /* |
386 | * Sometimes we don't want to trace a function with the function | 385 | * Sometimes we don't want to trace a function with the function |