commit | cb19cb9d92f976d1b87e4cff5cc639dfee60f155 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Fri Jun 06 00:25:27 2025 +0200 |
committer | nareshkamboju <naresh.kamboju@gmail.com> | Fri Jun 06 13:38:23 2025 +0530 |
tree | 3cc2dab0996cc205d8955ce6500ed677f8c54037 | |
parent | 737f62741b0909bdd6114fa2024050fd88f3fef3 [diff] |
automated: linux: modules: add memory check Add helper functions to log memory usage before and after loading/unloading kernel modules using 'modprobe insert' and 'modprobe remove'. This helps monitor the memory footprint of kernel modules and detect potential memory issues. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>