btftoolchain
How to read the source code documentation

The documentation of the source code is generated via doxygen. The source of the documentation is the code comments in the header files.
In the tree index, three index tabs help to access the source code documentation:

  • namespaces: source code organized according to namespaces,
  • classes: source code organized according to classes,
  • files: source code organized according to files.

The most important part of the source code documentation is the btf::BtfFile class, as it contains all the necessary functions to import or create and edit a BTF file.