Searched hist:"36 dcd67ae994fece615b7c700958d215e884b9ae" (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/ |
H A D | notifier.c | diff 36dcd67ae994fece615b7c700958d215e884b9ae Tue Jul 29 12:00:59 CEST 2008 Ingo Molnar <mingo@elte.hu> 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>
|
/linux/include/linux/ |
H A D | kprobes.h | diff 36dcd67ae994fece615b7c700958d215e884b9ae Tue Jul 29 12:00:59 CEST 2008 Ingo Molnar <mingo@elte.hu> 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>
|