Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/lkdtm/
Dcore.c199 static char* cpoint_name; variable
200 module_param(cpoint_name, charp, 0444);
201 MODULE_PARM_DESC(cpoint_name, " Crash Point, where kernel is to be crashed");
412 if ((cpoint_type || cpoint_name) && !(cpoint_type && cpoint_name)) { in lkdtm_module_init()
425 if (cpoint_name) { in lkdtm_module_init()
427 if (!strcmp(cpoint_name, crashpoints[i].name)) in lkdtm_module_init()
433 pr_err("Invalid crashpoint %s\n", cpoint_name); in lkdtm_module_init()
/Linux-v4.19/Documentation/fault-injection/
Dprovoke-crashes.txt11 Usage: insmod lkdtm.ko [recur_count={>0}] cpoint_name=<> cpoint_type=<>
16 cpoint_name : Crash point where the kernel is to be crashed. It can be