diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-12-19 22:01:00 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-12-21 07:26:49 -0500 |
commit | 762e1207889b3451c50d365b741af6f9ce958886 (patch) | |
tree | dcb1f4eacbddfa342181a29a97eb9b994922b009 /Documentation/kernel-parameters.txt | |
parent | 2a85a37f168d2b4d74d493b578af4dc9032be92e (diff) |
tracing: Have stack tracing set filtered functions at boot
Add stacktrace_filter= to the kernel command line that lets
the user pick specific functions to check the stack on.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index fd5c913c33c1..fde2ae06539a 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2435,6 +2435,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2435 | stacktrace [FTRACE] | 2435 | stacktrace [FTRACE] |
2436 | Enabled the stack tracer on boot up. | 2436 | Enabled the stack tracer on boot up. |
2437 | 2437 | ||
2438 | stacktrace_filter=[function-list] | ||
2439 | [FTRACE] Limit the functions that the stack tracer | ||
2440 | will trace at boot up. function-list is a comma separated | ||
2441 | list of functions. This list can be changed at run | ||
2442 | time by the stack_trace_filter file in the debugfs | ||
2443 | tracing directory. Note, this enables stack tracing | ||
2444 | and the stacktrace above is not needed. | ||
2445 | |||
2438 | sti= [PARISC,HW] | 2446 | sti= [PARISC,HW] |
2439 | Format: <num> | 2447 | Format: <num> |
2440 | Set the STI (builtin display/keyboard on the HP-PARISC | 2448 | Set the STI (builtin display/keyboard on the HP-PARISC |