Skip to content

Commit

Permalink
perf vendor events: Remove P8 HW events which are not supported
Browse files Browse the repository at this point in the history
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 <mamatha4@linux.vnet.ibm.com>
Acked-by: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20190909065624.11956.3992.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Mamatha Inamdar authored and Arnaldo Carvalho de Melo committed Sep 25, 2019
1 parent 7834fa9 commit 28b9517
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tools/perf/pmu-events/arch/powerpc/power8/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -1775,30 +1775,6 @@
"BriefDescription": "L3 Load Prefetches",
"PublicDescription": ""
},
{,
"EventCode": "0xa29084",
"EventName": "PM_L3_P0_GRP_PUMP",
"BriefDescription": "L3 pf sent with grp scope port 0",
"PublicDescription": ""
},
{,
"EventCode": "0x528084",
"EventName": "PM_L3_P0_LCO_DATA",
"BriefDescription": "lco sent with data port 0",
"PublicDescription": ""
},
{,
"EventCode": "0x518080",
"EventName": "PM_L3_P0_LCO_NO_DATA",
"BriefDescription": "dataless l3 lco sent port 0",
"PublicDescription": ""
},
{,
"EventCode": "0xa4908c",
"EventName": "PM_L3_P0_LCO_RTY",
"BriefDescription": "L3 LCO received retry port 0",
"PublicDescription": ""
},
{,
"EventCode": "0x84908d",
"EventName": "PM_L3_PF0_ALLOC",
Expand Down

0 comments on commit 28b9517

Please sign in to comment.