diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2019-02-22 10:42:44 -0800 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2019-02-25 12:11:00 -0800 |
commit | fbe025c3eaf5f52060c2820eddb7357363db0d27 (patch) | |
tree | e053cc7cc72ee3f837febe6f419c70dbbf1d3af6 /arch/arc | |
parent | 76551468833cd5c356b1d9ff4bc9393fcf768a59 (diff) | |
download | linux-fbe025c3eaf5f52060c2820eddb7357363db0d27.tar.gz linux-fbe025c3eaf5f52060c2820eddb7357363db0d27.tar.bz2 linux-fbe025c3eaf5f52060c2820eddb7357363db0d27.zip |
ARC: perf: bpok condition only exists for ARCompact
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/include/asm/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/include/asm/perf_event.h b/arch/arc/include/asm/perf_event.h index 6958545390f0..9cd7ee4fad39 100644 --- a/arch/arc/include/asm/perf_event.h +++ b/arch/arc/include/asm/perf_event.h @@ -105,10 +105,10 @@ static const char * const arc_pmu_ev_hw_map[] = { [PERF_COUNT_HW_INSTRUCTIONS] = "iall", /* All jump instructions that are taken */ [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = "ijmptak", - [PERF_COUNT_ARC_BPOK] = "bpok", /* NP-NT, PT-T, PNT-NT */ #ifdef CONFIG_ISA_ARCV2 [PERF_COUNT_HW_BRANCH_MISSES] = "bpmp", #else + [PERF_COUNT_ARC_BPOK] = "bpok", /* NP-NT, PT-T, PNT-NT */ [PERF_COUNT_HW_BRANCH_MISSES] = "bpfail", /* NP-T, PT-NT, PNT-T */ #endif [PERF_COUNT_ARC_LDC] = "imemrdc", /* Instr: mem read cached */ |