pmu-tools icon indicating copy to clipboard operation
pmu-tools copied to clipboard

Add support for uncore events & multiple PMUs

Open sunkuranganath opened this issue 4 years ago • 2 comments

Currently not all the uncore events are read via jevents interface.

  • Request to add support for all the uncore events provided by json event lists [1].
  • Request to provide events from all the available PMUs across uncore components.
  • Request to provide values of uncore events for all the cores on a socket instead of first core of every socket

[1] example uncore events: https://download.01.org/perfmon/CLX/

sunkuranganath avatar Jun 10 '20 00:06 sunkuranganath

Request to provide events from all the available PMUs across uncore components. This has been implemented with jevent_next_pmu et.al.

Request to provide values of uncore events for all the cores on a socket instead of first core of every socket This is not possible, the uncore events are not associated with cores in the hardware.

Request to add support for all the uncore events provided by json event lists [1]. This may still need more work.

andikleen avatar Sep 03 '20 16:09 andikleen

Request to add support for all the uncore events provided by json event lists [1]. This may still need more work.

Any estimate on when we can plan this to be available?

sunkuranganath avatar Sep 10 '20 20:09 sunkuranganath