Home
last modified time | relevance | path

Searched refs:modstr (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events.c3406 struct module_string *modstr; in add_str_to_module() local
3408 modstr = kmalloc_obj(*modstr); in add_str_to_module()
3416 if (WARN_ON_ONCE(!modstr)) in add_str_to_module()
3419 modstr->module = module; in add_str_to_module()
3420 modstr->str = str; in add_str_to_module()
3422 list_add(&modstr->next, &module_strings); in add_str_to_module()
3933 struct module_string *modstr, *m; in trace_module_remove_events() local
3943 list_for_each_entry_safe(modstr, m, &module_strings, next) { in trace_module_remove_events()
3944 if (modstr->module != mod) in trace_module_remove_events()
3946 list_del(&modstr->next); in trace_module_remove_events()
[all …]