diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index e4cbca58536c..ab67b33300fb 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -789,8 +789,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
789 | as early as possible in order to facilitate early | 789 | as early as possible in order to facilitate early |
790 | boot debugging. | 790 | boot debugging. |
791 | 791 | ||
792 | ftrace_dump_on_oops | 792 | ftrace_dump_on_oops[=orig_cpu] |
793 | [FTRACE] will dump the trace buffers on oops. | 793 | [FTRACE] will dump the trace buffers on oops. |
794 | If no parameter is passed, ftrace will dump | ||
795 | buffers of all CPUs, but if you pass orig_cpu, it will | ||
796 | dump only the buffer of the CPU that triggered the | ||
797 | oops. | ||
794 | 798 | ||
795 | ftrace_filter=[function-list] | 799 | ftrace_filter=[function-list] |
796 | [FTRACE] Limit the functions traced by the function | 800 | [FTRACE] Limit the functions traced by the function |