Lines Matching refs:mod_name
49 const char *mod_name; member
191 !match_wildcard(query->module, dt->mod_name)) in ddebug_change()
259 dt->mod_name, dp->function, in ddebug_change()
1147 iter->table->mod_name, dp->function, in ddebug_proc_show()
1212 if (!strcmp(cm->mod_name, dt->mod_name)) { in ddebug_attach_module_classes()
1215 cm->mod_name, cm->base, cm->length, cm->map_type); in ddebug_attach_module_classes()
1226 vpr_info("module:%s attached %d classes\n", dt->mod_name, ct); in ddebug_attach_module_classes()
1254 dt->mod_name = modname; in ddebug_add_module()
1324 static int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() argument
1331 if (dt->mod_name == mod_name) { in ddebug_remove_module()
1339 v2pr_info("removed module \"%s\"\n", mod_name); in ddebug_remove_module()