trace: rename kernel enum section to eval
The kernel and its modules have sections containing the enum string to value conversions. Rename this section because we intend to store more than enums in it. Link: http://lkml.kernel.org/r/20170531215653.3240-2-jeremy.linton@arm.com Signed-off-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:

committed by
Steven Rostedt (VMware)

parent
6a5ae63a0c
commit
02fd7f68f5
@@ -125,9 +125,9 @@
|
||||
VMLINUX_SYMBOL(__start_ftrace_events) = .; \
|
||||
KEEP(*(_ftrace_events)) \
|
||||
VMLINUX_SYMBOL(__stop_ftrace_events) = .; \
|
||||
VMLINUX_SYMBOL(__start_ftrace_enum_maps) = .; \
|
||||
KEEP(*(_ftrace_enum_map)) \
|
||||
VMLINUX_SYMBOL(__stop_ftrace_enum_maps) = .;
|
||||
VMLINUX_SYMBOL(__start_ftrace_eval_maps) = .; \
|
||||
KEEP(*(_ftrace_eval_map)) \
|
||||
VMLINUX_SYMBOL(__stop_ftrace_eval_maps) = .;
|
||||
#else
|
||||
#define FTRACE_EVENTS()
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user