Searched refs:stackdump (Results 1 – 1 of 1) sorted by relevance
34 static bool stackdump = true; variable35 module_param(stackdump, bool, 0644);36 MODULE_PARM_DESC(stackdump, "Enable stackdump.");64 if (stackdump) in sample_entry_handler()86 if (stackdump) in sample_exit_handler()
Completed in 3 milliseconds