Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/lkdtm/
Dcore.c204 static char* cpoint_type; variable
205 module_param(cpoint_type, charp, 0444);
206 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "\
465 if ((cpoint_type || cpoint_name) && !(cpoint_type && cpoint_name)) { in lkdtm_module_init()
470 if (cpoint_type) { in lkdtm_module_init()
471 crashtype = find_crashtype(cpoint_type); in lkdtm_module_init()
473 pr_err("Unknown crashtype '%s'\n", cpoint_type); in lkdtm_module_init()
526 crashpoint->name, cpoint_type); in lkdtm_module_init()
/Linux-v5.15/Documentation/fault-injection/
Dprovoke-crashes.rst20 insmod lkdtm.ko [recur_count={>0}] cpoint_name=<> cpoint_type=<>
34 cpoint_type