Home
last modified time | relevance | path

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

/lib/
Ddynamic_debug.c47 const char *mod_name; member
155 !match_wildcard(query->module, dt->mod_name)) in ddebug_change()
203 dt->mod_name, dp->function, in ddebug_change()
831 iter->table->mod_name, dp->function, in ddebug_proc_show()
899 dt->mod_name = name; in ddebug_add_module()
907 vpr_info("%u debug prints in module %s\n", n, dt->mod_name); in ddebug_add_module()
961 int ddebug_remove_module(const char *mod_name) in ddebug_remove_module() argument
966 vpr_info("removing module \"%s\"\n", mod_name); in ddebug_remove_module()
970 if (dt->mod_name == mod_name) { in ddebug_remove_module()