Go to file
Masami Hiramatsu (Google) 590e7b2804 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>
2023-06-06 21:39:56 +09:00
Documentation Documentation: tracing/probes: Add fprobe event tracing document 2023-06-06 21:39:56 +09:00
LICENSES
arch
block
certs
crypto
drivers
fs
include tracing/probes: Add tracepoint support on fprobe_events 2023-06-06 21:39:55 +09:00
init
io_uring
ipc
kernel tracing/probes: Add BTF retval type support 2023-06-06 21:39:56 +09:00
lib fprobe: Pass return address to the handlers 2023-06-06 21:39:55 +09:00
mm
net
rust
samples fprobe: Pass return address to the handlers 2023-06-06 21:39:55 +09:00
scripts
security
sound
tools selftests/ftrace: Add BTF arguments test cases 2023-06-06 21:39:56 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 6.4-rc5 2023-06-04 14:04:27 -04:00
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.