[v1,0/2] Python generated Arm64 metrics

Message ID 20240229001325.4157655-1-irogers@google.com
Headers
Series Python generated Arm64 metrics |

Message

Ian Rogers Feb. 29, 2024, 12:13 a.m. UTC
  Generate two sets of additional metrics for Arm64, where the topdown
set decomposes yet further. The metrcs primarily use json events,
where the json contains architecture standard events. Not all events
are in the json, such as for a53 where the events are in
sysfs. Workaround this by adding the sysfs events to the metrics but
longer-term such events should be added to the json.

The patches should be applied on top of:
https://lore.kernel.org/lkml/20240228175617.4049201-1-irogers@google.com/

Ian Rogers (2):
  perf jevents: Add collection of topdown like metrics for arm64
  perf jevents: Add cycles breakdown metric for arm64

 tools/perf/pmu-events/arm64_metrics.py | 163 ++++++++++++++++++++++++-
 1 file changed, 160 insertions(+), 3 deletions(-)