Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meminfo: Add meminfo corelens module
This commit implements a meminfo corelens module that enables users to dump detailed statistics of the memory management subsystem. The output is similar to 'cat /proc/meminfo', which includes many aspects of the mm subsystem. This module supports UEK 5, 6, and 7 and for both x86-64 and aarch64. It is tested for all these above settings. For each case, this meminfo module's output is compared against the output of `cat /proc/meminfo`. Results match closely with only small differences. Signed-off-by: Jianfeng Wang <[email protected]>
- Loading branch information