Home
last modified time | relevance | path

Searched hist:"60 d970c254b95ec7a0fc4c590b510253987b64a0" (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Dtracepoint.cdiff 60d970c254b95ec7a0fc4c590b510253987b64a0 Thu Aug 13 23:37:26 CEST 2009 Ingo Molnar <mingo@elte.hu> tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures

The new syscall_regfunc()/unregfunc() functions rely on
the existence of TIF_SYSCALL_FTRACE - but that TIF flag
is only offered by HAVE_FTRACE_SYSCALLS.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jason Baron <jbaron@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>