]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5da9866daf91a1c310929c988873a7857b63de6d
tree2a4bed0cb9de673b7760b81f9fe03fd5f262c77e
parent358d27844a29539e9240b05b2afefead130579da
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