diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 9243dd84f4d6..fcd3bfbe74e8 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -751,12 +751,25 @@ and is between 256 and 4096 characters. It is defined in the file | |||
751 | ia64_pal_cache_flush instead of SAL_CACHE_FLUSH. | 751 | ia64_pal_cache_flush instead of SAL_CACHE_FLUSH. |
752 | 752 | ||
753 | ftrace=[tracer] | 753 | ftrace=[tracer] |
754 | [ftrace] will set and start the specified tracer | 754 | [FTRACE] will set and start the specified tracer |
755 | as early as possible in order to facilitate early | 755 | as early as possible in order to facilitate early |
756 | boot debugging. | 756 | boot debugging. |
757 | 757 | ||
758 | ftrace_dump_on_oops | 758 | ftrace_dump_on_oops |
759 | [ftrace] will dump the trace buffers on oops. | 759 | [FTRACE] will dump the trace buffers on oops. |
760 | |||
761 | ftrace_filter=[function-list] | ||
762 | [FTRACE] Limit the functions traced by the function | ||
763 | tracer at boot up. function-list is a comma separated | ||
764 | list of functions. This list can be changed at run | ||
765 | time by the set_ftrace_filter file in the debugfs | ||
766 | tracing directory. | ||
767 | |||
768 | ftrace_notrace=[function-list] | ||
769 | [FTRACE] Do not trace the functions specified in | ||
770 | function-list. This list can be changed at run time | ||
771 | by the set_ftrace_notrace file in the debugfs | ||
772 | tracing directory. | ||
760 | 773 | ||
761 | gamecon.map[2|3]= | 774 | gamecon.map[2|3]= |
762 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad | 775 | [HW,JOY] Multisystem joystick and NES/SNES/PSX pad |