Lines Matching refs:mod_name
49 const char *mod_name; member
190 !match_wildcard(query->module, dt->mod_name)) in ddebug_change()
258 dt->mod_name, dp->function, in ddebug_change()
1140 iter->table->mod_name, dp->function, in ddebug_proc_show()
1205 if (!strcmp(cm->mod_name, dt->mod_name)) { in ddebug_attach_module_classes()
1208 cm->mod_name, cm->base, cm->length, cm->map_type); in ddebug_attach_module_classes()
1219 vpr_info("module:%s attached %d classes\n", dt->mod_name, ct); in ddebug_attach_module_classes()
1248 dt->mod_name = modname; in __ddebug_add_module()
1321 int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() argument
1328 if (dt->mod_name == mod_name) { in ddebug_remove_module()
1336 v2pr_info("removed module \"%s\"\n", mod_name); in ddebug_remove_module()