Lines Matching full:crash
6 * sanity checking and crash dumps obtained using different dumping
56 /* Crash points */
75 /* Define the possible places where we can trigger a crash point. */
116 MODULE_PARM_DESC(cpoint_name, " Crash Point, where kernel is to be crashed");
120 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "\
121 "hitting the crash point");
125 MODULE_PARM_DESC(cpoint_count, " Crash Point Count, number of times the "\
126 "crash point is to be hit to trigger action");
197 /* Global crash counter and spinlock. */
212 pr_info("Crash point %s of type %s hit, trigger in %d rounds\n", in lkdtm_kprobe_handler()
266 /* Generic read callback that just prints out the available crash types */
278 n = scnprintf(buf, PAGE_SIZE, "Available crash types:\n"); in lkdtm_debugfs_read()
303 /* Special entry to just crash directly. Available without KPROBEs */
428 /* Set crash count. */ in lkdtm_module_init()
444 lkdtm_debugfs_root = debugfs_create_dir("provoke-crash", NULL); in lkdtm_module_init()
461 pr_info("Crash point %s of type %s registered\n", in lkdtm_module_init()
464 pr_info("No crash points registered, enable through debugfs\n"); in lkdtm_module_init()
487 pr_info("Crash point unregistered\n"); in lkdtm_module_exit()
494 MODULE_DESCRIPTION("Kernel crash testing module");