aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/module.c')
-rw-r--r--kernel/module.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/module.c b/kernel/module.c
index b3d634ed06c9..d8f8ab271c2b 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -2753,6 +2753,9 @@ static int find_module_sections(struct module *mod, struct load_info *info)
2753 mod->trace_events = section_objs(info, "_ftrace_events", 2753 mod->trace_events = section_objs(info, "_ftrace_events",
2754 sizeof(*mod->trace_events), 2754 sizeof(*mod->trace_events),
2755 &mod->num_trace_events); 2755 &mod->num_trace_events);
2756 mod->trace_enums = section_objs(info, "_ftrace_enum_map",
2757 sizeof(*mod->trace_enums),
2758 &mod->num_trace_enums);
2756#endif 2759#endif
2757#ifdef CONFIG_TRACING 2760#ifdef CONFIG_TRACING
2758 mod->trace_bprintk_fmt_start = section_objs(info, "__trace_printk_fmt", 2761 mod->trace_bprintk_fmt_start = section_objs(info, "__trace_printk_fmt",