commit | 36dcd67ae994fece615b7c700958d215e884b9ae | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Jul 29 12:00:59 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:34:22 2008 +0200 |
tree | 2a4bed0cb9de673b7760b81f9fe03fd5f262c77e | |
parent | 9795302acf2817d0842e56d23df6008e43df0970 [diff] |
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>