Bug 21445 - Update the PMU events for N2
Summary: Update the PMU events for N2
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: ARM (show other bugs) ARM
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: fghui_kernel
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-26 13:54 UTC by justinhe
Modified: 2025-05-27 12:46 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description justinhe 2025-05-26 13:54:54 UTC
Description of problem:
This is to backport the PMU events update from upstreamed patch:

commit	7269846617a572163778bb565e948cfd61edf5f2 (patch)

perf vendor events arm64: Update N2/V2 events from source
Update using the new data [1] for these changes:

  * Scale some metrics like dtlb_walk_ratio to percent so they display
    better with Perf's 2 dp precision
  * Description typos, grammar and clarifications
  * Unnecessary metric formula brackets seem to have been removed in the
    source but this is not a functional change
  * New sve_all_percentage metric

The following command was used to generate this commit:

$ telemetry-solution/tools/perf_json_generator/generate.py \
  tools/perf/ --telemetry-files \
  telemetry-solution/data/pmu/cpu/neoverse/neoverse-v2.json:neoverse-n2-v2

[1]: https://gitlab.arm.com/telemetry-solution/telemetry-solution/-/blob/main/data/pmu/cpu/neoverse/neoverse-v2.json

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2025-05-27 12:46:18 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5351