summaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/perf_event.h
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2015-08-19 17:23:58 +0530
committerVineet Gupta <vgupta@synopsys.com>2015-08-20 19:05:49 +0530
commit090749502ff20d7d9ec244036fe636b6bf0433b6 (patch)
tree52ce66c6c0a525b4a9eff0ee5917c52f72479ead /arch/arc/include/asm/perf_event.h
parent6de6066c0d24a66df465cf87a4041ef7ef35ba6f (diff)
downloadlinux-090749502ff20d7d9ec244036fe636b6bf0433b6.tar.gz
linux-090749502ff20d7d9ec244036fe636b6bf0433b6.tar.xz
ARC: add/fix some comments in code - no functional change
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/perf_event.h')
-rw-r--r--arch/arc/include/asm/perf_event.h2
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 2b8880e953a2..e2eaf6fb0468 100644
--- a/arch/arc/include/asm/perf_event.h
+++ b/arch/arc/include/asm/perf_event.h
@@ -95,7 +95,7 @@ static const char * const arc_pmu_ev_hw_map[] = {
/* counts condition */
[PERF_COUNT_HW_INSTRUCTIONS] = "iall",
- [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = "ijmp",
+ [PERF_COUNT_HW_BRANCH_INSTRUCTIONS] = "ijmp", /* Excludes ZOL jumps */
[PERF_COUNT_ARC_BPOK] = "bpok", /* NP-NT, PT-T, PNT-NT */
[PERF_COUNT_HW_BRANCH_MISSES] = "bpfail", /* NP-T, PT-NT, PNT-T */