Go to file
Beau Belgrave bcb7bdcc17 selftests/user_events: Test multi-format events
User_events now has multi-format events which allow for the same
register name, but with different formats. When this occurs, different
tracepoints are created with unique names.

Add a new test that ensures the same name can be used for two different
formats. Ensure they are isolated from each other and that name and arg
matching still works if yet another register comes in with the same
format as one of the two.

Link: https://lore.kernel.org/linux-trace-kernel/20240222001807.1463-4-beaub@linux.microsoft.com

Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
2024-03-18 10:13:12 -04:00
Documentation Probes updates for v6.9: 2024-03-14 16:16:33 -07:00
LICENSES
arch Probes updates for v6.9: 2024-03-14 16:16:33 -07:00
block
certs
crypto
drivers
fs eventfs: Create eventfs_root_inode to store dentry 2024-03-17 07:58:52 -04:00
include tracing/user_events: Introduce multi-format events 2024-03-18 10:13:03 -04:00
init
io_uring
ipc
kernel tracing/user_events: Introduce multi-format events 2024-03-18 10:13:03 -04:00
lib
mm
net
rust
samples
scripts
security lsm/stable-6.9 PR 20240314 2024-03-14 16:05:20 -07:00
sound
tools selftests/user_events: Test multi-format events 2024-03-18 10:13:12 -04:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.