Searched refs:dyndbg (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | dynamic-debug-howto.rst | 65 dyndbg: unknown keyword "mode" 66 dyndbg: query parse failed 233 ``dyndbg="QUERY"`` or ``module.dyndbg="QUERY"``. QUERY follows 244 dyndbg="file ec.c +p" 266 options foo dyndbg=+pt 267 options foo dyndbg # defaults to +p 271 foo.dyndbg=" func bar +p; func buz +mp" 275 modprobe foo dyndbg==pmf # override previous settings 333 // see what's going on in dyndbg=value processing 336 btrfs.dyndbg="+p" [all …]
|
A D | kernel-parameters.txt | 1150 dyndbg[="val"] [KNL,DYNAMIC_DEBUG] 1151 <module>.dyndbg[="val"]
|
/linux-6.3-rc2/kernel/module/ |
A D | main.c | 1595 static void dynamic_debug_setup(struct module *mod, struct _ddebug_info *dyndbg) in dynamic_debug_setup() argument 1597 if (!dyndbg->num_descs) in dynamic_debug_setup() 1599 ddebug_add_module(dyndbg, mod->name); in dynamic_debug_setup() 1602 static void dynamic_debug_remove(struct module *mod, struct _ddebug_info *dyndbg) in dynamic_debug_remove() argument 1604 if (dyndbg->num_descs) in dynamic_debug_remove() 2113 info->dyndbg.descs = section_objs(info, "__dyndbg", in find_module_sections() 2114 sizeof(*info->dyndbg.descs), &info->dyndbg.num_descs); in find_module_sections() 2115 info->dyndbg.classes = section_objs(info, "__dyndbg_classes", in find_module_sections() 2116 sizeof(*info->dyndbg.classes), &info->dyndbg.num_classes); in find_module_sections() 2828 dynamic_debug_setup(mod, &info->dyndbg); in load_module() [all …]
|
A D | internal.h | 66 struct _ddebug_info dyndbg; member
|
/linux-6.3-rc2/include/linux/ |
A D | dynamic_debug.h | 133 int ddebug_add_module(struct _ddebug_info *dyndbg, const char *modname);
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | ntb.rst | 160 * dyndbg - It is suggested to specify dyndbg=+p when loading this module, and
|
Completed in 20 milliseconds