Lines Matching refs:module
47 struct module *module; member
2557 __register_event(struct trace_event_call *call, struct module *mod) in __register_event()
2569 call->module = mod; in __register_event()
2672 static void add_str_to_module(struct module *module, char *str) in add_str_to_module() argument
2687 modstr->module = module; in add_str_to_module()
2735 if (call->module) in update_event_fields()
2736 add_str_to_module(call->module, str); in update_event_fields()
2949 static void trace_module_add_events(struct module *mod) in trace_module_add_events()
2972 static void trace_module_remove_events(struct module *mod) in trace_module_remove_events()
2979 if ((call->flags & TRACE_EVENT_FL_DYNAMIC) || !call->module) in trace_module_remove_events()
2981 if (call->module == mod) in trace_module_remove_events()
2986 if (modstr->module != mod) in trace_module_remove_events()
3008 struct module *mod = data; in trace_module_notify()
3527 WARN_ON_ONCE(call->module)) in __trace_early_add_events()