Files
DragonOS/docs/locales/en/kernel/trace/index.rst
github-actions[bot] bb79f7fe3c docs: Translation update [6b581d4d] (#1207)
* Update translated documentation

---------

Co-authored-by: dragonosbot <bot@dragonos.org>
2025-06-14 20:42:15 +08:00

26 lines
772 B
ReStructuredText

.. note:: AI Translation Notice
This document was automatically translated by `Qwen/Qwen3-8B` model, for reference only.
- Source document: kernel/trace/index.rst
- Translation time: 2025-06-14 09:35:32
- Translation model: `Qwen/Qwen3-8B`
Please report issues via `Community Channel <https://github.com/DragonOS-Community/DragonOS/issues>`_
Kernel Tracing Mechanism
====================================
The kernel tracing mechanism consists of many features, such as kprobe, uprobe, tracepoint, and ftrace, as well as eBPF for extending kernel observability. The kernel currently supports kprobe and eBPF, and this chapter will introduce these two mechanisms.
.. toctree::
:maxdepth: 1
:caption: Contents
eBPF
kprobe
tracepoint