mirror of https://gitee.com/openkylin/linux.git
powerpc/perf: Remove PM_BR_CMPL_ALT from power9 event list
PM_BR_CMPL_ALT event is not supported, remove it from the power9 event
list.
Fixes: 24bedcb7c8
("powerpc/perf: Fix branch event code for power9")
Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
be80e758d0
commit
659a6e38db
|
@ -63,8 +63,6 @@ EVENT(PM_RUN_CYC_ALT, 0x200f4)
|
|||
/* Instruction Dispatched */
|
||||
EVENT(PM_INST_DISP, 0x200f2)
|
||||
EVENT(PM_INST_DISP_ALT, 0x300f2)
|
||||
/* Alternate Branch event code */
|
||||
EVENT(PM_BR_CMPL_ALT, 0x10012)
|
||||
/* Branch event that are not strongly biased */
|
||||
EVENT(PM_BR_2PATH, 0x20036)
|
||||
/* ALternate branch event that are not strongly biased */
|
||||
|
|
Loading…
Reference in New Issue