api.rst 373 B

1234567891011121314151617181920
  1. .. SPDX-License-Identifier: GPL-2.0
  2. =============
  3. API Reference
  4. =============
  5. Kernel space programs can use every feature of DAMON using below APIs. All you
  6. need to do is including ``damon.h``, which is located in ``include/linux/`` of
  7. the source tree.
  8. Structures
  9. ==========
  10. .. kernel-doc:: include/linux/damon.h
  11. Functions
  12. =========
  13. .. kernel-doc:: mm/damon/core.c