source code of Linux source code
Go to file
Jiaolong He c7f1251740 lib/test_trace_mq_msg: add tracepoint hook example for load/store_msg
this is a messaqge queue tracepooint tester, provide am example hook to
ensure its usability.

Signed-off-by: Jiaolong He <hejiaolong@kernelsoft.com>
2024-07-24 09:59:18 +08:00
Documentation
LICENSES
arch arm64: add config option for real-time workqueue 2024-07-23 16:42:29 +08:00
block
certs
crypto
drivers chushi: kabi: add reserved fields in core structures. 2024-07-24 09:59:18 +08:00
fs
include ipc/mqueue: add tracepoints for message load and store 2024-07-24 09:59:18 +08:00
init
io_uring
ipc ipc/mqueue: add tracepoints for message load and store 2024-07-24 09:59:18 +08:00
kernel chushi: kabi: add reserved fields in core structures. 2024-07-24 09:59:18 +08:00
lib lib/test_trace_mq_msg: add tracepoint hook example for load/store_msg 2024-07-24 09:59:18 +08:00
mm
net
rust
samples
scripts
security
sound
tools selftests/rt_wq: add real-time workqueue selftest 2024-07-24 09:59:18 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
localversion-rt Linux 6.6.35-rt34 REBASE 2024-07-23 15:44:42 +08:00

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.