diff options
author | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2023-06-06 14:39:56 +0200 |
---|---|---|
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2023-06-06 14:39:56 +0200 |
commit | 590e7b2804152eeb4f9c2d7d8f5c0f5ea47cca3d (patch) | |
tree | 67d90fcd8a0a7a3e739fb6f4ca0f314e9e732c9e /Documentation/trace/index.rst | |
parent | selftests/ftrace: Add BTF arguments test cases (diff) | |
download | linux-590e7b2804152eeb4f9c2d7d8f5c0f5ea47cca3d.tar.xz linux-590e7b2804152eeb4f9c2d7d8f5c0f5ea47cca3d.zip |
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: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Diffstat (limited to 'Documentation/trace/index.rst')
-rw-r--r-- | Documentation/trace/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst index ea25a9220f92..5092d6c13af5 100644 --- a/Documentation/trace/index.rst +++ b/Documentation/trace/index.rst @@ -13,6 +13,7 @@ Linux Tracing Technologies kprobes kprobetrace uprobetracer + fprobetrace tracepoints events events-kmem |