Skip to content

Commit

Permalink
ftrace: Append wakeup_rt description of ftrace doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geunsik Lim authored and Steven Rostedt committed Feb 13, 2012
1 parent 1e42e83 commit cdfb0d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/trace/ftrace.txt
Original file line number Diff line number Diff line change
@@ -226,6 +226,13 @@ Here is the list of current tracers that may be configured.
Traces and records the max latency that it takes for
the highest priority task to get scheduled after
it has been woken up.
Traces all tasks as an average developer would expect.

"wakeup_rt"

Traces and records the max latency that it takes for just
RT tasks (as the current "wakeup" does). This is useful
for those interested in wake up timings of RT tasks.

"hw-branch-tracer"

0 comments on commit cdfb0d3

Please sign in to comment.