ftrace: ignore functions that cannot be kprobe-ed
authorIngo Molnar <mingo@elte.hu>
Tue, 29 Jul 2008 10:00:59 +0000 (12:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:34:22 +0000 (10:34 +0200)
commit36dcd67ae994fece615b7c700958d215e884b9ae
tree2a4bed0cb9de673b7760b81f9fe03fd5f262c77e
parent9795302acf2817d0842e56d23df6008e43df0970
ftrace: ignore functions that cannot be kprobe-ed

kprobes already has an extensive list of annotations for functions
that should not be instrumented. Add notrace annotations to these
functions as well.

This is particularly useful for functions called by the NMI path.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/kprobes.h
kernel/notifier.c