We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a925df6 commit 22412b7Copy full SHA for 22412b7
kernel/trace/trace_events.c
@@ -3580,7 +3580,7 @@ EXPORT_SYMBOL_GPL(trace_remove_event_call);
3580
event++)
3581
3582
#ifdef CONFIG_MODULES
3583
-static void update_cache(struct trace_array *tr, struct module *mod)
+static void update_mod_cache(struct trace_array *tr, struct module *mod)
3584
{
3585
struct event_mod_load *event_mod, *n;
3586
@@ -3600,7 +3600,7 @@ static void update_cache_events(struct module *mod)
3600
struct trace_array *tr;
3601
3602
list_for_each_entry(tr, &ftrace_trace_arrays, list)
3603
- update_cache(tr, mod);
+ update_mod_cache(tr, mod);
3604
}
3605
3606
static void trace_module_add_events(struct module *mod)
0 commit comments