-
I'm unable to program events on this platforms using the provided function Maybe a similar function should be implemented to program events per core Now I'm having 0s on E cores when configuring events for P cores, and viceversa. It could be interesting to monitor similar events on both. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
to program P-cores and E-cores events separately you can try to use a different PCM::program interface with ExtendedCustomCoreEventDescription structure as a parameter: Line 859 in 0cbcdbe It has a separate Atom/E-core event config field: Line 864 in 0cbcdbe |
Beta Was this translation helpful? Give feedback.
to program P-cores and E-cores events separately you can try to use a different PCM::program interface with ExtendedCustomCoreEventDescription structure as a parameter:
pcm/src/cpucounters.h
Line 859 in 0cbcdbe
It has a separate Atom/E-core event config field:
pcm/src/cpucounters.h
Line 864 in 0cbcdbe