Searched refs:stackdump (Results 1 – 4 of 4) sorted by relevance
34 static bool stackdump = true; variable35 module_param(stackdump, bool, 0644);36 MODULE_PARM_DESC(stackdump, "Enable stackdump.");62 if (stackdump) in sample_entry_handler()81 if (stackdump) in sample_exit_handler()
102 void *stackdump[32]; in ui__signal_backtrace() local109 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()110 backtrace_symbols_fd(stackdump, size, STDOUT_FILENO); in ui__signal_backtrace()
2 # Feature name: perf-stackdump
273 3. A stackdump275 The stackdump describes the location where the error was detected. The cause