projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001b676
)
ftrace: trace schedule
author
Steven Rostedt
<
[email protected]
>
Fri, 11 Jul 2008 00:58:11 +0000
(20:58 -0400)
committer
Ingo Molnar
<
[email protected]
>
Fri, 11 Jul 2008 13:49:19 +0000
(15:49 +0200)
After the sched_clock code has been removed from sched.c we can now trace
the scheduler. The scheduler has a lot of functions that would be worth
tracing.
Signed-off-by: Steven Rostedt <
[email protected]
>
Cc: Steven Rostedt <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Andrew Morton <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
kernel/Makefile
patch
|
blob
|
history
diff --git
a/kernel/Makefile
b/kernel/Makefile
index ca2433e84873fce4c3b31789baf3ae723f864d69..480976275d98d40bff28d04d675fb663f358b253 100644
(file)
--- a/
kernel/Makefile
+++ b/
kernel/Makefile
@@
-11,7
+11,7
@@
obj-y = sched.o fork.o exec_domain.o panic.o printk.o profile.o \
hrtimer.o rwsem.o nsproxy.o srcu.o semaphore.o \
notifier.o ksysfs.o pm_qos_params.o sched_clock.o
-CFLAGS_REMOVE_sched.o = -
pg -
mno-spe
+CFLAGS_REMOVE_sched.o = -mno-spe
ifdef CONFIG_FTRACE
# Do not trace debug files and internal ftrace files