All of lore.kernel.org
 help / color / mirror / Atom feed
* event group without multiplexing
@ 2015-11-11 22:05 Yuanfang Chen
  2015-11-12 14:58 ` Yuanfang Chen
  0 siblings, 1 reply; 11+ messages in thread
From: Yuanfang Chen @ 2015-11-11 22:05 UTC (permalink / raw)
  To: linux-perf-users

Hello

I am using a haswell box. (E3-1231 v3). HT enabled.

perf stat -e \{cycles,r148,r1000248,r8d1,r40d1\} -- sleep 1

with ubuntu version of perf

Performance counter stats for 'sleep 1':

            756066      cycles
              5740      r1000248
              5516      r8d1
              9064      r40d1
                 0        r148

       1.001770249 seconds time elapsed

with relatively new tip of perf/core:

 Performance counter stats for 'sleep 1':

            729403      cycles
              7250      r1000248
              5628      r8d1
              9273      r40d1
   <not supported>      r148

       1.001674174 seconds time elapsed

from https://download.01.org/perfmon/HSW/
                                                         SMT on
          SMT off
cpu_clk_unhalted.thread cycles           Fixed counter 2      Fixed counter 2
ld_blocks.no_sr    r803                        0,1,2,3
 0,1,2,3,4,5,6,7
mem_load_uops_retired.l1_miss r8d1   0,1,2,3                  0,1,2,3
mem_load_uops_retired.hit_lfb r40d1    0,1,2,3                  0,1,2,3
l1d_pend_miss.pending r148                2                          2

Seems these five events couldn't be counting at the same time,
although in terms of hardware they should get along.  Is this a bug or
a limitation I should be aware of? Thank you so much.

Yuanfang

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

end of thread, other threads:[~2015-11-21  0:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11 22:05 event group without multiplexing Yuanfang Chen
2015-11-12 14:58 ` Yuanfang Chen
2015-11-12 15:02   ` Yuanfang Chen
2015-11-12 16:51     ` Vince Weaver
2015-11-12 17:40     ` Michael Petlan
2015-11-12 17:51       ` Vince Weaver
2015-11-12 18:00         ` Vince Weaver
2015-11-12 18:12           ` Yuanfang Chen
2015-11-17  0:39           ` Andi Kleen
2015-11-17  3:03             ` Yuanfang Chen
2015-11-21  0:58               ` Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.