diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 015a3d22cf74..0456c3a51c66 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -153,6 +153,10 @@ struct dyn_ftrace { | |||
153 | unsigned long flags; | 153 | unsigned long flags; |
154 | struct dyn_ftrace *newlist; | 154 | struct dyn_ftrace *newlist; |
155 | }; | 155 | }; |
156 | #ifdef CONFIG_FUNCTION_PROFILER | ||
157 | unsigned long counter; | ||
158 | struct hlist_node node; | ||
159 | #endif | ||
156 | struct dyn_arch_ftrace arch; | 160 | struct dyn_arch_ftrace arch; |
157 | }; | 161 | }; |
158 | 162 | ||