aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorJeremy Linton <jeremy.linton@arm.com>2017-05-31 16:56:43 -0500
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2017-06-13 17:08:57 -0400
commit00f4b652b6f1dbfd4e1d5419d7f1cc23b1374da8 (patch)
tree2da5ea220d351d136146ad29b1baae6f84dd75cb /include/linux/module.h
parenttrace: rename kernel enum section to eval (diff)
downloadlinux-dev-00f4b652b6f1dbfd4e1d5419d7f1cc23b1374da8.tar.xz
linux-dev-00f4b652b6f1dbfd4e1d5419d7f1cc23b1374da8.zip
trace: rename trace_enum_map to trace_eval_map
Each enum is loaded into the trace_enum_map, as we are now using this for more than enums rename it. Link: http://lkml.kernel.org/r/20170531215653.3240-3-jeremy.linton@arm.com Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/module.h')
-rw-r--r--include/linux/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index 21f56393602f..46b48043d741 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -442,7 +442,7 @@ struct module {
#ifdef CONFIG_EVENT_TRACING
struct trace_event_call **trace_events;
unsigned int num_trace_events;
- struct trace_enum_map **trace_enums;
+ struct trace_eval_map **trace_enums;
unsigned int num_trace_enums;
#endif
#ifdef CONFIG_FTRACE_MCOUNT_RECORD