perf events documentation

Posted by Thanatos on Stack Overflow See other posts from Stack Overflow or by Thanatos
Published on 2012-11-07T10:17:45Z Indexed on 2012/11/13 5:00 UTC
Read the original article Hit count: 151

Filed under:
|
|
|
|

I've searched for an exhaustive explanation of the meaning of each event monitored by the perf stat command;

I've found a tutorial which explains quite well how to use different the features of the perf tool. However, it doesn't explain the meaning of several events that can be observed (and there are a lot!!).

Someone know where is a quite simple and complete documentation about the events listed by the perf list command?

In particular, I'm interested in finding out the percentage of cpu used by some application I wrote. Can i measure it directly through cpu-clock or task-clock? What's the meaning of these two events?

Thanks in advance

© Stack Overflow or respective owner

Related posts about linux

Related posts about events