glibc/tests/Regression/bz1746933-glibc-Backport-malloc-tcache-enhancements/m1_p9.stp
2023-04-04 01:55:48 +02:00

5 lines
178 B
Plaintext

probe process("/lib64/glibc-hwcaps/power9/libc.so.6").mark("memory_tunable_tcache_count")
{
printf("PID=%d New tcache_count:%ld, old tcache_count:%ld\n",pid(), $arg1, $arg2)
}