Comment on Tiptop: Hardware Performance CountersparentComments−nnx12yYou could use "perf record -e cache-misses <process>" then "perf report" to see which functions are responsible.
Comments
You could use "perf record -e cache-misses <process>" then "perf report" to see which functions are responsible.