diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index f1af1aab00e6..f7ba4ea5e128 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -318,6 +318,8 @@ struct ftrace_retfunc { | |||
318 | unsigned long func; /* Current function */ | 318 | unsigned long func; /* Current function */ |
319 | unsigned long long calltime; | 319 | unsigned long long calltime; |
320 | unsigned long long rettime; | 320 | unsigned long long rettime; |
321 | /* Number of functions that overran the depth limit for current task */ | ||
322 | unsigned long overrun; | ||
321 | }; | 323 | }; |
322 | 324 | ||
323 | #ifdef CONFIG_FUNCTION_RET_TRACER | 325 | #ifdef CONFIG_FUNCTION_RET_TRACER |