Home
last modified time | relevance | path

Searched hist:fe832a3a48737b24f95fab202b1c67fb588b071d (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dkprobes.hdiff fe832a3a48737b24f95fab202b1c67fb588b071d Wed Sep 16 05:51:31 CEST 2009 Steven Rostedt <srostedt@redhat.com> tracing: remove notrace from __kprobes annotation

When ftrace had issues with NMIs, it was needed to annotate all
the areas that kprobes had issues with notrace. Now that ftrace is
NMI safe, the functions that limit ftrace from tracing are just a
small few.

Kprobes is too big of a set for ftrace not to trace. Remove the
coupling.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>