Hello, I am a rookie of perf tool for gathering statistics.
I want to gather addresses of load instructions.
I used jevent/addr for this purpose and slightly modify it to track process of given pid until it exits.
However, when I track memcached using jevent/addr, only small numbers of load instructions (about 400s) are tracked even if memcached acquired 14GB memory footprint.
This is script for running test - tracked process is memcached.
Hello, I am a rookie of perf tool for gathering statistics.
I want to gather addresses of load instructions. I used jevent/addr for this purpose and slightly modify it to track process of given pid until it exits.
However, when I track memcached using jevent/addr, only small numbers of load instructions (about 400s) are tracked even if memcached acquired 14GB memory footprint.
This is script for running test - tracked process is memcached.
This is code of addr that I modified.
Could you help me to find the reason of this issue?
Regards, Miseon Han