mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-08-14 01:38:01 +00:00
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>
This commit is contained in:
parent
02fd7f68f5
commit
00f4b652b6
6 changed files with 29 additions and 29 deletions
include/linux
|
@ -25,10 +25,10 @@ struct module;
|
|||
struct tracepoint;
|
||||
struct notifier_block;
|
||||
|
||||
struct trace_enum_map {
|
||||
struct trace_eval_map {
|
||||
const char *system;
|
||||
const char *enum_string;
|
||||
unsigned long enum_value;
|
||||
const char *eval_string;
|
||||
unsigned long eval_value;
|
||||
};
|
||||
|
||||
#define TRACEPOINT_DEFAULT_PRIO 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue