v1
2026-08-03
添加合成内存管理基准测试 · v1
新增 pagealloc/slab/vmstat 合成基准测试模块,加载后故意卸载并把结果输出到内核日志。
原始补丁链接
子 Patch(3)
1/3
lib: test_vmstat: add synthetic benchmark for vm stats
From: Christoph Lameter cl@gentwo.org Add a synthetic benchmark that can be used to measure performance of VM statistics. This is used to analyze any improvements or regressions in functions that
2/3
lib: test_slab: add synthetic benchmark for slab
From: Christoph Lameter cl@gentwo.org Add a synthetic benchmark that can be used to measure performance of the slab allocator. This is used to analyze any improvements or regressions in slab alloc
3/3
lib: test_pagealloc: add synthetic benchmark for page allocator
From: Christoph Lameter cl@gentwo.org Add a synthetic benchmark that can be used to measure performance of the buddy allocator, including repeatedly allocating and freeing memory as well as concurr