linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* perf uncore behavior
@ 2015-05-01 20:55 Chris Freehill
  2015-05-02  1:40 ` Andi Kleen
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Freehill @ 2015-05-01 20:55 UTC (permalink / raw)
  To: linux-perf-users

Hi,

I'm trying to get clarification on the meaning of the results perf
gives for uncore events, depending on the options.

Here are some examples:

1. $ perf stat -a -e "uncore_cbox_0/clockticks/" sleep 1

2. $ perf stat  -e "uncore_cbox_0/clockticks/" sleep 1

3. $ perf stat -a -C0 -e "uncore_cbox_0/clockticks/" sleep 1

It appears #2 is not supported. If it was supported, I would take it
to mean the number of uncore events counted while the process was
active, regardless of which processor it was running on. Right?  Is
there any reason it's not implemented (for example it's nonsensical)
or it just has been tackled yet?

Are 1 and 3 effectively the same, since uncore events are not specific
to a core? I would think they would be the same. If not, what is the
difference?

thanks,
Chris

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-02 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 20:55 perf uncore behavior Chris Freehill
2015-05-02  1:40 ` Andi Kleen
2015-05-02  2:31   ` Chris Freehill
2015-05-02 12:16     ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).