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.");64 if (stackdump) in sample_entry_handler()86 if (stackdump) in sample_exit_handler()
103 void *stackdump[32]; in ui__signal_backtrace() local110 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()111 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