mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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:
parent
5f60b351a7
commit
f57a41434f
3 changed files with 40 additions and 40 deletions
|
@ -1773,10 +1773,10 @@ static inline const char *get_syscall_name(int syscall)
|
|||
|
||||
#ifdef CONFIG_EVENT_TRACING
|
||||
void trace_event_init(void);
|
||||
void trace_event_enum_update(struct trace_eval_map **map, int len);
|
||||
void trace_event_eval_update(struct trace_eval_map **map, int len);
|
||||
#else
|
||||
static inline void __init trace_event_init(void) { }
|
||||
static inline void trace_event_enum_update(struct trace_eval_map **map, int len) { }
|
||||
static inline void trace_event_eval_update(struct trace_eval_map **map, int len) { }
|
||||
#endif
|
||||
|
||||
extern struct trace_iterator *tracepoint_print_iter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue