Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e16c0a0 authored by Steven Rostedt's avatar Steven Rostedt Committed by Ingo Molnar
Browse files

ftrace: trace schedule



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: default avatarSteven Rostedt <srostedt@redhat.com>
Cc: Steven Rostedt <srostedt@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 001b6767
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 \
	    hrtimer.o rwsem.o nsproxy.o srcu.o semaphore.o \
	    notifier.o ksysfs.o pm_qos_params.o sched_clock.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
ifdef CONFIG_FTRACE
# Do not trace debug files and internal ftrace files
# Do not trace debug files and internal ftrace files