automated: linux: modules: rename function to reflect cumulative approach

Rename compare_memory_usage() to check_module_memory_leaks_cumulative()
to better reflect the intended cumulative leak detection approach across
multiple load/unload iterations.

This is a preparatory change for implementing cumulative leak detection
that will check for memory leaks once after all iterations complete,
rather than checking after each individual iteration.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 file changed
tree: 07e1ecc72150191ad428db5005695e8b2c708884
  1. .github/
  2. .reuse/
  3. automated/
  4. docs/
  5. LICENSES/
  6. manual/
  7. mkdocs_plugin/
  8. plans/
  9. test/
  10. .gitignore
  11. .readthedocs.yml
  12. COPYING
  13. COPYRIGHTS
  14. mkdocs.yml
  15. README.md
  16. sanity-check.sh
  17. test.sh
  18. validate.py
README.md

Build Status REUSE Compliance Check

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execution outside LAVA.

More details in docs