aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/trace/ftrace-design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace/ftrace-design.rst')
-rw-r--r--Documentation/trace/ftrace-design.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/trace/ftrace-design.rst b/Documentation/trace/ftrace-design.rst
index a8e22e0db63c..6893399157f0 100644
--- a/Documentation/trace/ftrace-design.rst
+++ b/Documentation/trace/ftrace-design.rst
@@ -229,14 +229,6 @@ Adding support for it is easy: just define the macro in asm/ftrace.h and
pass the return address pointer as the 'retp' argument to
ftrace_push_return_trace().
-HAVE_FTRACE_NMI_ENTER
----------------------
-
-If you can't trace NMI functions, then skip this option.
-
-<details to be filled>
-
-
HAVE_SYSCALL_TRACEPOINTS
------------------------