On 03/01/2012 11:08 AM, Victor Jimenez wrote:
I am trying to sample instruction pointer along time on a Power7 system. I know
that there are accurate mechanisms to do so in Intel processors (e.g., PEBS and
Branch Trace Store).
Is it possible to do something similar in Power7? Will the samples be accurate?
I am worried that significant delays (skids) may appear.
Victor,
There's a subset of events that have a prefix of "PM_MRK_". These are referred
to as "marked events". When profiling with such events, the PMU will randomly
select (mark) an instruction in a group and follow it through the pipeline. By
profiling on marked events, it's possible to uniquely identify which instruction
caused a particular event.
This technique results in fewer samples being recorded than for non-marked
events, but those that are recorded are almost always precise (no skid).
Because you will get fewer than the normal number of samples, you should either
profile at a higher sampling rate than normal or make sure your application runs
long enough to give you statistically valid results. My rule of thumb is to use
a sampling rate of 100x what I would normally use for the non-marked event.
-Maynard
Thank you,
Victor
WARNING / LEGAL TEXT: This message is intended only for the use of the
individual or entity to which it is addressed and may contain
information which is privileged, confidential, proprietary, or exempt
from disclosure under applicable law. If you are not the intended
recipient or the person responsible for delivering the message to the
intended recipient, you are strictly prohibited from disclosing,
distributing, copying, or in any way using this message. If you have
received this communication in error, please notify the sender and
destroy and delete any copies you may have received.
http://www.bsc.es/disclaimer.htm
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html