Collect memory utilization of a driver
Collect memory utilization of a driver
Posted Apr 11, 2025 14:45 UTC (Fri) by sjpark (subscriber, #87716)In reply to: Collect memory utilization of a driver by yanjun.zhu
Parent article: Preparing DAMON for future memory-management problems
I think the answer is "no", unfortunately. DAMON is for access monitoring rather than memory utilization. Also, it works for only user space memory for now. Memory allocation profiling (https://docs.kernel.org/mm/allocation-profiling.html) might help you?