|
|
@@ -103,7 +103,8 @@ static const char * const arc_pmu_ev_hw_map[] = {
|
|
|
|
|
|
/* counts condition */
|
|
|
[PERF_COUNT_HW_INSTRUCTIONS] = "iall",
|
|
|
- [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = "ijmp", /* Excludes ZOL jumps */
|
|
|
+ /* 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",
|