glibc/tests/Regression/bz1746933-glibc-Backport-malloc-tcache-enhancements/m1_p9.stp

5 lines
178 B
Plaintext
Raw Normal View History

2023-04-03 23:55:48 +00:00
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)
}