Home
last modified time | relevance | path

Searched refs:stackdump (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/samples/fprobe/
H A Dfprobe_example.c34 static bool stackdump = true; variable
35 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()
/linux-6.15/tools/perf/ui/tui/
H A Dsetup.c103 void *stackdump[32]; in ui__signal_backtrace() local
110 size = backtrace(stackdump, ARRAY_SIZE(stackdump)); in ui__signal_backtrace()
111 backtrace_symbols_fd(stackdump, size, STDOUT_FILENO); in ui__signal_backtrace()
/linux-6.15/tools/testing/selftests/coredump/
H A DMakefile5 TEST_FILES := stackdump
H A DREADME.rst44 #. Tell the kernel to execute the "stackdump" script when a coredump happens. This script
49 #. Read the output from the "stackdump" script, and make sure all stack pointer values are
H A Dstackdump_test.c92 TEST_F(coredump, stackdump) in TEST_F() argument
/linux-6.15/Documentation/features/perf/perf-stackdump/
H A Darch-support.txt2 # Feature name: perf-stackdump
/linux-6.15/Documentation/mm/
H A Dslub.rst282 3. A stackdump
284 The stackdump describes the location where the error was detected. The cause