Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARC: perf: bpok condition only exists for ARCompact

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

+1 -1
+1 -1
arch/arc/include/asm/perf_event.h
··· 105 105 [PERF_COUNT_HW_INSTRUCTIONS] = "iall", 106 106 /* All jump instructions that are taken */ 107 107 [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = "ijmptak", 108 - [PERF_COUNT_ARC_BPOK] = "bpok", /* NP-NT, PT-T, PNT-NT */ 109 108 #ifdef CONFIG_ISA_ARCV2 110 109 [PERF_COUNT_HW_BRANCH_MISSES] = "bpmp", 111 110 #else 111 + [PERF_COUNT_ARC_BPOK] = "bpok", /* NP-NT, PT-T, PNT-NT */ 112 112 [PERF_COUNT_HW_BRANCH_MISSES] = "bpfail", /* NP-T, PT-NT, PNT-T */ 113 113 #endif 114 114 [PERF_COUNT_ARC_LDC] = "imemrdc", /* Instr: mem read cached */