Documentation: tracing/probes: Add fprobe event tracing document

Add a documentation about fprobe event tracing including
tracepoint probe event and BTF argument.

Link: https://lore.kernel.org/all/168507479345.913472.2804569685436422001.stgit@mhiramat.roam.corp.google.com/Signed-off-by: default avatarMasami Hiramatsu (Google) <mhiramat@kernel.org>
Reviewed-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
parent 4231f30f
This diff is collapsed.
...@@ -13,6 +13,7 @@ Linux Tracing Technologies ...@@ -13,6 +13,7 @@ Linux Tracing Technologies
kprobes kprobes
kprobetrace kprobetrace
uprobetracer uprobetracer
fprobetrace
tracepoints tracepoints
events events
events-kmem events-kmem
......
...@@ -66,6 +66,8 @@ Synopsis of kprobe_events ...@@ -66,6 +66,8 @@ Synopsis of kprobe_events
(\*3) this is useful for fetching a field of data structures. (\*3) this is useful for fetching a field of data structures.
(\*4) "u" means user-space dereference. See :ref:`user_mem_access`. (\*4) "u" means user-space dereference. See :ref:`user_mem_access`.
.. _kprobetrace_types:
Types Types
----- -----
Several types are supported for fetchargs. Kprobe tracer will access memory Several types are supported for fetchargs. Kprobe tracer will access memory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment