Add per-CPU counters and track RSS for each Vmar

This commit is contained in:
Wang Siyuan
2025-06-03 14:05:34 +00:00
committed by Ruihan Li
parent dfd3042276
commit 58e4f45bb1
10 changed files with 422 additions and 40 deletions

View File

@ -30,6 +30,7 @@ itimer/timer_create
mmap/mmap_and_fork
mmap/mmap_shared_filebacked
mmap/mmap_readahead
mmap/mmap_vmrss
process/group_session
process/job_control
pthread/pthread_test
@ -41,7 +42,7 @@ signal_c/signal_test
"
for testcase in ${tests}
do
do
echo "Running test ${testcase}......"
${SCRIPT_DIR}/${testcase}
done