Files
kernel_common_drivers/include
Jianxiong Pan 883eada47b pagetrace: show hardware memory. [1/1]
PD#SWPL-205374

Problem:
shows memory not counted by meminfo.

Solution:
cat /proc/mem_hardware
==============================
count(KB)            kaddr, function
------------------------------
    2056, ffffffee8c447d54, mempool_alloc_pages
    1504, ffffffee8c7a3f2c, blk_mq_alloc_map_and_rqs
    1360, ffffffee8d54b8ac, alloc_large_system_hash
     256, ffffffee8c37f130, allocate_cmdlines_buffer
     160, ffffffee8c477690, pcpu_populate_chunk
      80, ffffffee8c2f7cd8, fill_page_cache_func
      64, ffffffee8c365410, __rb_allocate_pages
      64, ffffffee8d555a70, iomap_dio_init

Verify:
local.

Change-Id: Id86d7cdbd4aee15232e034f8402df158c001d48d
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2025-10-09 19:18:14 -07:00
..