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

5 lines
158 B
Plaintext
Raw Normal View History

2023-04-03 23:55:48 +00:00
probe process("/lib64/libc.so.6").mark("memory_tunable_tcache_count")
{
printf("PID=%d New tcache_count:%ld, old tcache_count:%ld\n",pid(), $arg1, $arg2)
}