diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-15 14:26:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-15 14:26:35 -0500 |
commit | 83c2f912b43c3a7babbb6cb7ae2a5276c1ed2a3e (patch) | |
tree | eaa7f50dea154d9f19721db69c7adde64d48848f /Documentation/kernel-parameters.txt | |
parent | f0ed5b9a28536b8be2f578a9450cfa42ab31ccf8 (diff) | |
parent | 172d1b0b73256551f100fc00c69e356d047103f5 (diff) |
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
* 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (39 commits)
perf tools: Fix compile error on x86_64 Ubuntu
perf report: Fix --stdio output alignment when --showcpuutilization used
perf annotate: Get rid of field_sep check
perf annotate: Fix usage string
perf kmem: Fix a memory leak
perf kmem: Add missing closedir() calls
perf top: Add error message for EMFILE
perf test: Change type of '-v' option to INCR
perf script: Add missing closedir() calls
tracing: Fix compile error when static ftrace is enabled
recordmcount: Fix handling of elf64 big-endian objects.
perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work again
perf tools: Add support for guest/host-only profiling
perf kvm: Do guest-only counting by default
perf top: Don't update total_period on process_sample
perf hists: Stop using 'self' for struct hist_entry
perf hists: Rename total_session to total_period
x86: Add counter when debug stack is used with interrupts enabled
x86: Allow NMIs to hit breakpoints in i386
x86: Keep current stack in NMI breakpoints
...
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 eb93fd0ec734..b29f3c416296 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2475,6 +2475,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2475 | stacktrace [FTRACE] | 2475 | stacktrace [FTRACE] |
2476 | Enabled the stack tracer on boot up. | 2476 | Enabled the stack tracer on boot up. |
2477 | 2477 | ||
2478 | stacktrace_filter=[function-list] | ||
2479 | [FTRACE] Limit the functions that the stack tracer | ||
2480 | will trace at boot up. function-list is a comma separated | ||
2481 | list of functions. This list can be changed at run | ||
2482 | time by the stack_trace_filter file in the debugfs | ||
2483 | tracing directory. Note, this enables stack tracing | ||
2484 | and the stacktrace above is not needed. | ||
2485 | |||
2478 | sti= [PARISC,HW] | 2486 | sti= [PARISC,HW] |
2479 | Format: <num> | 2487 | Format: <num> |
2480 | Set the STI (builtin display/keyboard on the HP-PARISC | 2488 | Set the STI (builtin display/keyboard on the HP-PARISC |