trace: rename enum_map functions
Rename the core trace enum routines to use eval, to reflect their use by more than just enum to value mapping. Link: http://lkml.kernel.org/r/20170531215653.3240-8-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
5f60b351a7
commit
f57a41434f
@@ -2165,7 +2165,7 @@ static void update_event_printk(struct trace_event_call *call,
|
||||
}
|
||||
}
|
||||
|
||||
void trace_event_enum_update(struct trace_eval_map **map, int len)
|
||||
void trace_event_eval_update(struct trace_eval_map **map, int len)
|
||||
{
|
||||
struct trace_event_call *call, *p;
|
||||
const char *last_system = NULL;
|
||||
|
Reference in New Issue
Block a user