All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ftrace: sched_switch plugin is deprecated.
@ 2012-02-08 10:05 Geunsik Lim
  2012-02-08 10:05 ` [PATCH] ftrace: Append wakeup_rt description of ftrace doc Geunsik Lim
  2012-02-17 13:50 ` [tip:perf/core] ftrace: sched_switch plugin is deprecated tip-bot for Geunsik Lim
  0 siblings, 2 replies; 5+ messages in thread
From: Geunsik Lim @ 2012-02-08 10:05 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar
  Cc: Frederic Weisbecker, Randy Dunlap, linux-kernel

From: Geunsik Lim <geunsik.lim@samsung.com>

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

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
---
 kernel/trace/trace.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index a3f1bc5..10d5503 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -2764,12 +2764,12 @@ static const char readme_msg[] =
 	"tracing mini-HOWTO:\n\n"
 	"# mount -t debugfs nodev /sys/kernel/debug\n\n"
 	"# cat /sys/kernel/debug/tracing/available_tracers\n"
-	"wakeup preemptirqsoff preemptoff irqsoff function sched_switch nop\n\n"
+	"wakeup wakeup_rt preemptirqsoff preemptoff irqsoff function nop\n\n"
 	"# cat /sys/kernel/debug/tracing/current_tracer\n"
 	"nop\n"
-	"# echo sched_switch > /sys/kernel/debug/tracing/current_tracer\n"
+	"# echo wakeup > /sys/kernel/debug/tracing/current_tracer\n"
 	"# cat /sys/kernel/debug/tracing/current_tracer\n"
-	"sched_switch\n"
+	"wakeup\n"
 	"# cat /sys/kernel/debug/tracing/trace_options\n"
 	"noprint-parent nosym-offset nosym-addr noverbose\n"
 	"# echo print-parent > /sys/kernel/debug/tracing/trace_options\n"
-- 
1.7.8.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-17 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-08 10:05 [PATCH] ftrace: sched_switch plugin is deprecated Geunsik Lim
2012-02-08 10:05 ` [PATCH] ftrace: Append wakeup_rt description of ftrace doc Geunsik Lim
2012-02-10 13:15   ` Steven Rostedt
2012-02-17 13:50   ` [tip:perf/core] " tip-bot for Geunsik Lim
2012-02-17 13:50 ` [tip:perf/core] ftrace: sched_switch plugin is deprecated tip-bot for Geunsik Lim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.