diff options
author | Bjoern Brandenburg <bbb@Serenity.local> | 2008-12-09 17:52:03 -0500 |
---|---|---|
committer | Bjoern Brandenburg <bbb@Serenity.local> | 2008-12-09 17:52:03 -0500 |
commit | b3afed876e381884dc820fb1e16c0a7177c70beb (patch) | |
tree | 42ea5f69fbc358c87a1d432c5dfbff7e1ad22d06 | |
parent | 7116c48f4387a13a847e09d5046d08187630ae7c (diff) |
spelling fix
-rw-r--r-- | doc/tracing.html | 6 | ||||
-rw-r--r-- | doc/tracing.text | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/tracing.html b/doc/tracing.html index 55d0085..4c15c20 100644 --- a/doc/tracing.html +++ b/doc/tracing.html | |||
@@ -158,11 +158,11 @@ Used to measure the time spent to enqueue a newly-released job in a ready queue. | |||
158 | 158 | ||
159 | <h2>Recording and Post-Processing Scheduling Traces</h2> | 159 | <h2>Recording and Post-Processing Scheduling Traces</h2> |
160 | 160 | ||
161 | <p>Scheduling traces are also recorded using Feather-Trace. However, a different binary format is being used. The definition and an explanation of the format can be found in the file <code>include/litmus/sched_trace.h</code> (in the kernel directory).</p> | 161 | <p>Scheduling traces are also recorded using Feather-Trace. However, a different binary format is used. The definition and an explanation of the format can be found in the file <code>include/litmus/sched_trace.h</code> (in the kernel directory).</p> |
162 | 162 | ||
163 | <p>Since <code>sched_trace</code> uses per-processor buffers several <code>ftcat</code> instances have to be launched. The <code>ft_tools</code> package includes a wrapper script called <code>st_trace</code> that automates this setup procedure. Note that one may have to modify <code>st_trace</code> to change the default location of the <code>sched_trace</code> device files. <code>st_trace</code> accepts a tag as the only argument. The tag is used to assign a unique name to the trace files.</p> | 163 | <p>Since <code>sched_trace</code> uses per-processor buffers several <code>ftcat</code> instances have to be launched. The <code>ft_tools</code> package includes a wrapper script called <code>st_trace</code> that automates this setup procedure. Note that one may have to modify <code>st_trace</code> to change the default location of the <code>sched_trace</code> device files. <code>st_trace</code> accepts a tag as the only argument. The tag is used to assign a unique name to the trace files.</p> |
164 | 164 | ||
165 | <p>The following example illustrates how a <code>st_trace</code> is used with the tag <code>global-exp</code>.</p> | 165 | <p>The following example illustrates how <code>st_trace</code> is used with the tag <code>global-exp</code>.</p> |
166 | 166 | ||
167 | <pre><code>$ st_trace global-exp | 167 | <pre><code>$ st_trace global-exp |
168 | CPU 0: 8204 > st-global-exp-0.bin [0] | 168 | CPU 0: 8204 > st-global-exp-0.bin [0] |
@@ -181,7 +181,7 @@ Disabling 9 events. | |||
181 | /home/litmus/log3: 1234 bytes read. | 181 | /home/litmus/log3: 1234 bytes read. |
182 | </code></pre> | 182 | </code></pre> |
183 | 183 | ||
184 | <p>Note that <code>st_trace</code> may have to modified to change the default <code>sched_trace</code> device locations.</p> | 184 | <p>Note that <code>st_trace</code> may have to be modified to change the default <code>sched_trace</code> device locations.</p> |
185 | 185 | ||
186 | <p><strong>Hint</strong>: The dummy real-time task <code>rtspin</code> (distributed as part of the <code>liblitmus</code> package) may be useful when studying/testing the behavior of a scheduler plugin.</p> | 186 | <p><strong>Hint</strong>: The dummy real-time task <code>rtspin</code> (distributed as part of the <code>liblitmus</code> package) may be useful when studying/testing the behavior of a scheduler plugin.</p> |
187 | 187 | ||
diff --git a/doc/tracing.text b/doc/tracing.text index f31cb39..0e3c7b9 100644 --- a/doc/tracing.text +++ b/doc/tracing.text | |||
@@ -145,11 +145,11 @@ Once the recorded overheads have been exported to CSV files they can be easily a | |||
145 | Recording and Post-Processing Scheduling Traces | 145 | Recording and Post-Processing Scheduling Traces |
146 | ----------------------------------------------- | 146 | ----------------------------------------------- |
147 | 147 | ||
148 | Scheduling traces are also recorded using Feather-Trace. However, a different binary format is being used. The definition and an explanation of the format can be found in the file `include/litmus/sched_trace.h` (in the kernel directory). | 148 | Scheduling traces are also recorded using Feather-Trace. However, a different binary format is used. The definition and an explanation of the format can be found in the file `include/litmus/sched_trace.h` (in the kernel directory). |
149 | 149 | ||
150 | Since `sched_trace` uses per-processor buffers several `ftcat` instances have to be launched. The `ft_tools` package includes a wrapper script called `st_trace` that automates this setup procedure. Note that one may have to modify `st_trace` to change the default location of the `sched_trace` device files. `st_trace` accepts a tag as the only argument. The tag is used to assign a unique name to the trace files. | 150 | Since `sched_trace` uses per-processor buffers several `ftcat` instances have to be launched. The `ft_tools` package includes a wrapper script called `st_trace` that automates this setup procedure. Note that one may have to modify `st_trace` to change the default location of the `sched_trace` device files. `st_trace` accepts a tag as the only argument. The tag is used to assign a unique name to the trace files. |
151 | 151 | ||
152 | The following example illustrates how a `st_trace` is used with the tag `global-exp`. | 152 | The following example illustrates how `st_trace` is used with the tag `global-exp`. |
153 | 153 | ||
154 | $ st_trace global-exp | 154 | $ st_trace global-exp |
155 | CPU 0: 8204 > st-global-exp-0.bin [0] | 155 | CPU 0: 8204 > st-global-exp-0.bin [0] |
@@ -167,7 +167,7 @@ The following example illustrates how a `st_trace` is used with the tag `global- | |||
167 | /home/litmus/log2: 1234 bytes read. | 167 | /home/litmus/log2: 1234 bytes read. |
168 | /home/litmus/log3: 1234 bytes read. | 168 | /home/litmus/log3: 1234 bytes read. |
169 | 169 | ||
170 | Note that `st_trace` may have to modified to change the default `sched_trace` device locations. | 170 | Note that `st_trace` may have to be modified to change the default `sched_trace` device locations. |
171 | 171 | ||
172 | **Hint**: The dummy real-time task `rtspin` (distributed as part of the `liblitmus` package) may be useful when studying/testing the behavior of a scheduler plugin. | 172 | **Hint**: The dummy real-time task `rtspin` (distributed as part of the `liblitmus` package) may be useful when studying/testing the behavior of a scheduler plugin. |
173 | 173 | ||