diff options
author | Ingo Molnar <mingo@elte.hu> | 2012-01-08 03:51:24 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-01-08 03:51:24 -0500 |
commit | 675eef66e3edcab8065533edfefbcbbacb9a30d3 (patch) | |
tree | 49648661263d7c3b7645df904b3dbb18723ff744 /Documentation/kernel-parameters.txt | |
parent | 03f70388c39cef5dfdc70ce5473ec31577a18e6b (diff) | |
parent | 96de37b62ca525cd77d2e85aea1472846ee31c4d (diff) |
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
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 0293fc8daca3..31e3377d8e14 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2437,6 +2437,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2437 | stacktrace [FTRACE] | 2437 | stacktrace [FTRACE] |
2438 | Enabled the stack tracer on boot up. | 2438 | Enabled the stack tracer on boot up. |
2439 | 2439 | ||
2440 | stacktrace_filter=[function-list] | ||
2441 | [FTRACE] Limit the functions that the stack tracer | ||
2442 | will trace at boot up. function-list is a comma separated | ||
2443 | list of functions. This list can be changed at run | ||
2444 | time by the stack_trace_filter file in the debugfs | ||
2445 | tracing directory. Note, this enables stack tracing | ||
2446 | and the stacktrace above is not needed. | ||
2447 | |||
2440 | sti= [PARISC,HW] | 2448 | sti= [PARISC,HW] |
2441 | Format: <num> | 2449 | Format: <num> |
2442 | Set the STI (builtin display/keyboard on the HP-PARISC | 2450 | Set the STI (builtin display/keyboard on the HP-PARISC |