diff options
| author | Xu Yang <[email protected]> | 2023-09-19 16:09:29 +0800 |
|---|---|---|
| committer | Namhyung Kim <[email protected]> | 2023-09-19 21:16:26 -0700 |
| commit | e49be27e18c59639be28cd0d766caf594fe2b77f (patch) | |
| tree | df2efeb42403bbe88dfdefe6792db062a5a6278d /tools/perf/scripts/python | |
| parent | ede72dca45b1893f3e9236b6ad6c4e790db232f6 (diff) | |
perf jevents: fix no member named 'entries' issue
The struct "pmu_events_table" has been changed after commit
2e255b4f9f41 (perf jevents: Group events by PMU, 2023-08-23).
So there doesn't exist 'entries' in pmu_events_table anymore.
This will align the members with that commit. Othewise, below
errors will be printed when run jevent.py:
pmu-events/pmu-events.c:5485:26: error: ‘struct pmu_metrics_table’ has no member named ‘entries’
5485 | .entries = pmu_metrics__freescale_imx8dxl_sys,
Signed-off-by: Xu Yang <[email protected]>
Reviewed-by: Ian Rogers <[email protected]>
Tested-by: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions