Skip to content
Snippets Groups Projects
Commit 1bbfa6f2 authored by Mike Frysinger's avatar Mike Frysinger Committed by Ingo Molnar
Browse files

sched: Mark sched_clock() as notrace


The core ftrace code (trace_clock_local) calls sched_clock()
directly, so we don't want to recurisvely trigger the ftrace
code.  Rather than update every sched_clock() definition, tag
the prototype for everyone as notrace.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <1260407223-10900-1-git-send-email-vapier@gentoo.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3786310a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment