5 lines
178 B
Plaintext
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)
|
|
}
|