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

/linux-master/kernel/trace/
H A Dtrace_events.c2836 struct module_string *modstr; local
2838 modstr = kmalloc(sizeof(*modstr), GFP_KERNEL);
2846 if (WARN_ON_ONCE(!modstr))
2849 modstr->module = module;
2850 modstr->str = str;
2852 list_add(&modstr->next, &module_strings);
3241 struct module_string *modstr, *m; local
3251 list_for_each_entry_safe(modstr, m, &module_strings, next) {
3252 if (modstr
[all...]

Completed in 96 milliseconds