diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 | ||||
-rw-r--r-- | Documentation/trace/events.txt | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d3f41db3ed49..2582e7aea29f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2478,6 +2478,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2478 | trace_buf_size=nn[KMG] | 2478 | trace_buf_size=nn[KMG] |
2479 | [FTRACE] will set tracing buffer size. | 2479 | [FTRACE] will set tracing buffer size. |
2480 | 2480 | ||
2481 | trace_event=[event-list] | ||
2482 | [FTRACE] Set and start specified trace events in order | ||
2483 | to facilitate early boot debugging. | ||
2484 | See also Documentation/trace/events.txt | ||
2485 | |||
2481 | trix= [HW,OSS] MediaTrix AudioTrix Pro | 2486 | trix= [HW,OSS] MediaTrix AudioTrix Pro |
2482 | Format: | 2487 | Format: |
2483 | <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq> | 2488 | <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq> |
diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt index f157d7594ea7..2bcc8d4dea29 100644 --- a/Documentation/trace/events.txt +++ b/Documentation/trace/events.txt | |||
@@ -83,6 +83,15 @@ When reading one of these enable files, there are four results: | |||
83 | X - there is a mixture of events enabled and disabled | 83 | X - there is a mixture of events enabled and disabled |
84 | ? - this file does not affect any event | 84 | ? - this file does not affect any event |
85 | 85 | ||
86 | 2.3 Boot option | ||
87 | --------------- | ||
88 | |||
89 | In order to facilitate early boot debugging, use boot option: | ||
90 | |||
91 | trace_event=[event-list] | ||
92 | |||
93 | The format of this boot option is the same as described in section 2.1. | ||
94 | |||
86 | 3. Defining an event-enabled tracepoint | 95 | 3. Defining an event-enabled tracepoint |
87 | ======================================= | 96 | ======================================= |
88 | 97 | ||