Skip to content

Commit 28b9517

Browse files
Mamatha Inamdaracmel
authored andcommitted
perf vendor events: Remove P8 HW events which are not supported
This patch is to remove following hardware events from JSON file which are not supported on POWER8. pm_l3_p0_grp_pump pm_l3_p0_lco_data pm_l3_p0_lco_no_data pm_l3_p0_lco_rty Note: Unfortunately power8 event list is not publicly available. Fixes: c3b4d5c ("perf vendor events: Remove P8 HW events which are not supported") Signed-off-by: Mamatha Inamdar <[email protected]> Acked-by: Ravi Bangoria <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Madhavan Srinivasan <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 7834fa9 commit 28b9517

File tree

1 file changed

+0
-24
lines changed
  • tools/perf/pmu-events/arch/powerpc/power8

1 file changed

+0
-24
lines changed

tools/perf/pmu-events/arch/powerpc/power8/other.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,30 +1775,6 @@
17751775
"BriefDescription": "L3 Load Prefetches",
17761776
"PublicDescription": ""
17771777
},
1778-
{,
1779-
"EventCode": "0xa29084",
1780-
"EventName": "PM_L3_P0_GRP_PUMP",
1781-
"BriefDescription": "L3 pf sent with grp scope port 0",
1782-
"PublicDescription": ""
1783-
},
1784-
{,
1785-
"EventCode": "0x528084",
1786-
"EventName": "PM_L3_P0_LCO_DATA",
1787-
"BriefDescription": "lco sent with data port 0",
1788-
"PublicDescription": ""
1789-
},
1790-
{,
1791-
"EventCode": "0x518080",
1792-
"EventName": "PM_L3_P0_LCO_NO_DATA",
1793-
"BriefDescription": "dataless l3 lco sent port 0",
1794-
"PublicDescription": ""
1795-
},
1796-
{,
1797-
"EventCode": "0xa4908c",
1798-
"EventName": "PM_L3_P0_LCO_RTY",
1799-
"BriefDescription": "L3 LCO received retry port 0",
1800-
"PublicDescription": ""
1801-
},
18021778
{,
18031779
"EventCode": "0x84908d",
18041780
"EventName": "PM_L3_PF0_ALLOC",

0 commit comments

Comments
 (0)