On 8/28/13 11:21 AM, Peipei Wang wrote:
Hi all,
Here is my issue, looking forward to the suggestions from you guys. I
have a java process and I can get the process id. I want to get the
information about the event cache-misses for this process at the
sampling rate 100(For this, I use perf record -e cache-misses -c 100 -p
pid) . And I also want to know how many cache-misses events occurs for
each second(For this I use watch perf stat -e cache-misses -p pid sleep 1)
Any one has ideas about how to get both of them?
I believe you will need to write your own perf command to do that
David
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html