mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
trace: rename struct module entry for trace enums
Each module has a list of enum's its contributing to the enum map, rename that entry to reflect its use by more than enums. Link: http://lkml.kernel.org/r/20170531215653.3240-4-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
00f4b652b6
commit
99be647c58
3 changed files with 8 additions and 8 deletions
|
@ -442,8 +442,8 @@ struct module {
|
|||
#ifdef CONFIG_EVENT_TRACING
|
||||
struct trace_event_call **trace_events;
|
||||
unsigned int num_trace_events;
|
||||
struct trace_eval_map **trace_enums;
|
||||
unsigned int num_trace_enums;
|
||||
struct trace_eval_map **trace_evals;
|
||||
unsigned int num_trace_evals;
|
||||
#endif
|
||||
#ifdef CONFIG_FTRACE_MCOUNT_RECORD
|
||||
unsigned int num_ftrace_callsites;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue