projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e42e83
)
ftrace: Append wakeup_rt description of ftrace doc
author
Geunsik Lim
<geunsik.lim@samsung.com>
Wed, 8 Feb 2012 10:05:37 +0000
(19:05 +0900)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 13 Feb 2012 14:14:48 +0000
(09:14 -0500)
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>
Documentation/trace/ftrace.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/trace/ftrace.txt
b/Documentation/trace/ftrace.txt
index 1ebc24cf9a55af0bf1b9607d1b452e2f828ab601..6f51fed45f2d2f83ca6fcaaeb83dc1e5ee64fb6c 100644
(file)
--- 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.
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"