LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* schedule tracing
@ 2008-10-31 15:23 Steven Rostedt
  2008-10-31 23:13 ` [PATCH] ftrace: trace sched.c Peter Zijlstra
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Rostedt @ 2008-10-31 15:23 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML, Peter Zijlstra


Ingo,

Tracing the schedule is very useful. Do we still need this:

CFLAGS_REMOVE_sched.o = -mno-spe -pg

in kernel/Makefile?

-- Steve



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

* [PATCH] ftrace: trace sched.c
  2008-10-31 15:23 schedule tracing Steven Rostedt
@ 2008-10-31 23:13 ` Peter Zijlstra
  2008-11-03  7:59   ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Zijlstra @ 2008-10-31 23:13 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Ingo Molnar, LKML


Subject: ftrace: trace sched.c
From: Peter Zijlstra <a.p.zijlstra@chello.nl>
Date: Fri Oct 31 16:32:54 CET 2008

Its useful to see what happens in sched.c

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
 kernel/Makefile |    1 -
 1 file changed, 1 deletion(-)

Index: linux-2.6/kernel/Makefile
===================================================================
--- linux-2.6.orig/kernel/Makefile
+++ linux-2.6/kernel/Makefile
@@ -21,7 +21,6 @@ CFLAGS_REMOVE_mutex-debug.o = -pg
 CFLAGS_REMOVE_rtmutex-debug.o = -pg
 CFLAGS_REMOVE_cgroup-debug.o = -pg
 CFLAGS_REMOVE_sched_clock.o = -pg
-CFLAGS_REMOVE_sched.o = -mno-spe -pg
 endif
 
 obj-$(CONFIG_FREEZER) += freezer.o



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

* Re: [PATCH] ftrace: trace sched.c
  2008-10-31 23:13 ` [PATCH] ftrace: trace sched.c Peter Zijlstra
@ 2008-11-03  7:59   ` Ingo Molnar
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2008-11-03  7:59 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: Steven Rostedt, LKML


* Peter Zijlstra <peterz@infradead.org> wrote:

> 
> Subject: ftrace: trace sched.c
> From: Peter Zijlstra <a.p.zijlstra@chello.nl>
> Date: Fri Oct 31 16:32:54 CET 2008
> 
> Its useful to see what happens in sched.c
> 
> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
> ---
>  kernel/Makefile |    1 -
>  1 file changed, 1 deletion(-)

applied to tip/sched/core, thanks!

	Ingo

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

end of thread, other threads:[~2008-11-03  7:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-31 15:23 schedule tracing Steven Rostedt
2008-10-31 23:13 ` [PATCH] ftrace: trace sched.c Peter Zijlstra
2008-11-03  7:59   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).