aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-18 15:51:17 -0300
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2020-01-28 23:14:13 -0500
commitd0ce47cb993ec88d293bac7b51ba2d97ea99594c (patch)
treec0e6c425cdd580cc892a4092925f089ea84993b6 /Documentation
parenttracing: Use pr_err() instead of WARN() for memory failures (diff)
downloadlinux-dev-d0ce47cb993ec88d293bac7b51ba2d97ea99594c.tar.xz
linux-dev-d0ce47cb993ec88d293bac7b51ba2d97ea99594c.zip
docs: tracing: Fix a broken label
Sphinx warnings about his: Documentation/trace/kprobetrace.rst:68: WARNING: undefined label: user_mem_access (if the link has no caption the label must precede a section header) The problem is quite simple: Sphinx wants a blank line after references. Link: http://lkml.kernel.org/r/a83ea390bc28784518fce772b4c961ea1c976f14.1560883872.git.mchehab+samsung@kernel.org Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace/kprobetrace.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/kprobetrace.rst b/Documentation/trace/kprobetrace.rst
index 55993055902c..705d73087099 100644
--- a/Documentation/trace/kprobetrace.rst
+++ b/Documentation/trace/kprobetrace.rst
@@ -97,6 +97,7 @@ which shows given pointer in "symbol+offset" style.
For $comm, the default type is "string"; any other type is invalid.
.. _user_mem_access:
+
User Memory Access
------------------
Kprobe events supports user-space memory access. For that purpose, you can use