automated: linux: modules: update function parameters for cumulative testing

Change check_module_memory_leaks_cumulative() parameters to better support
cumulative memory leak detection:

- Reorder parameters: module name first, then start/end memory values
- Rename variables: before_kb/after_kb -> mem_start/mem_end for clarity
- Update echo message to reflect cumulative nature of the check

This prepares the function interface for cumulative leak detection across
all load/unload iterations for a module, rather than per-iteration checks.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 file changed
tree: c1b7c5de30291c02fdd1e8dc20cd7e83a200a533
  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