diff options
| author | Geunsik Lim <geunsik.lim@samsung.com> | 2012-02-08 05:05:37 -0500 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2012-02-13 09:14:48 -0500 |
| commit | cdfb0d30e943f36c8a074a26c3d168a05bdbb372 (patch) | |
| tree | cfabc4b116ad1601a2df8303c3e3a9974b0387df /Documentation/trace | |
| parent | 1e42e83fde5537266c1d1e7fd8c010b3028d50fc (diff) | |
ftrace: Append wakeup_rt description of ftrace doc
Append and update the description about wakeup/wakeup_rt usage.
Link: http://lkml.kernel.org/r/1328695537-15081-2-git-send-email-geunsik.lim@gmail.com
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/trace')
| -rw-r--r-- | Documentation/trace/ftrace.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/trace/ftrace.txt b/Documentation/trace/ftrace.txt index 1ebc24cf9a5..6f51fed45f2 100644 --- a/Documentation/trace/ftrace.txt +++ b/Documentation/trace/ftrace.txt | |||
| @@ -226,6 +226,13 @@ Here is the list of current tracers that may be configured. | |||
| 226 | Traces and records the max latency that it takes for | 226 | Traces and records the max latency that it takes for |
| 227 | the highest priority task to get scheduled after | 227 | the highest priority task to get scheduled after |
| 228 | it has been woken up. | 228 | it has been woken up. |
| 229 | Traces all tasks as an average developer would expect. | ||
| 230 | |||
| 231 | "wakeup_rt" | ||
| 232 | |||
| 233 | Traces and records the max latency that it takes for just | ||
| 234 | RT tasks (as the current "wakeup" does). This is useful | ||
| 235 | for those interested in wake up timings of RT tasks. | ||
| 229 | 236 | ||
| 230 | "hw-branch-tracer" | 237 | "hw-branch-tracer" |
| 231 | 238 | ||
