index.rst 772 B

12345678910111213141516171819202122232425
  1. .. note:: AI Translation Notice
  2. This document was automatically translated by `Qwen/Qwen3-8B` model, for reference only.
  3. - Source document: kernel/trace/index.rst
  4. - Translation time: 2025-06-14 09:35:32
  5. - Translation model: `Qwen/Qwen3-8B`
  6. Please report issues via `Community Channel <https://github.com/DragonOS-Community/DragonOS/issues>`_
  7. Kernel Tracing Mechanism
  8. ====================================
  9. 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.
  10. .. toctree::
  11. :maxdepth: 1
  12. :caption: Contents
  13. eBPF
  14. kprobe
  15. tracepoint