diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 6155fa44168b..a8f2c0aa4c32 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -341,6 +341,10 @@ struct module | |||
341 | struct ftrace_event_call *trace_events; | 341 | struct ftrace_event_call *trace_events; |
342 | unsigned int num_trace_events; | 342 | unsigned int num_trace_events; |
343 | #endif | 343 | #endif |
344 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD | ||
345 | unsigned long *ftrace_callsites; | ||
346 | unsigned int num_ftrace_callsites; | ||
347 | #endif | ||
344 | 348 | ||
345 | #ifdef CONFIG_MODULE_UNLOAD | 349 | #ifdef CONFIG_MODULE_UNLOAD |
346 | /* What modules depend on me? */ | 350 | /* What modules depend on me? */ |