/linux

Linux kernel source tree

Primary LanguageCOtherNOASSERTION

Notes: The presentation at CLK conference covered version 15, while objtrace-v16-pre1 is in the development and testing phase.
When setting up the objtrace trigger, the parsing method will be different. Please use the V15 version for testing and validation.

Notes: CLK大会上分享的是v15版本, objtrace-v16-pre1是开发和测试阶段,在设置objtrace trigger的时候,
解析方法会不一样,请使用V15版本进行测试验证。


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.