ftrace: sched_switch plugin is deprecated
authorGeunsik Lim <geunsik.lim@samsung.com>
Wed, 8 Feb 2012 10:05:36 +0000 (19:05 +0900)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 13 Feb 2012 14:14:47 +0000 (09:14 -0500)
Actually, sched_switch function tracer is merged into wakeup/wakeup_rt
Update 'mini-HOWTO' for ftrace(Kernel function tracer).
If we want to trace "sched:sched_switch" to trace sched_switch func,
We may utilize event option.(e.g: trace-cmd list -e | grep sched)
This patch is based on Linux-3.3.rc2-SMP-PREEMPT

Link: http://lkml.kernel.org/r/1328695537-15081-1-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>

No differences found