Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper...
[cascardo/linux.git] / arch / arc / include / asm / perf_event.h
index 5f07176..9185541 100644 (file)
@@ -118,6 +118,9 @@ static const char * const arc_pmu_ev_hw_map[] = {
        [PERF_COUNT_ARC_ICM] = "icm",           /* I-cache Miss */
        [PERF_COUNT_ARC_EDTLB] = "edtlb",       /* D-TLB Miss */
        [PERF_COUNT_ARC_EITLB] = "eitlb",       /* I-TLB Miss */
+
+       [PERF_COUNT_HW_CACHE_REFERENCES] = "imemrdc",   /* Instr: mem read cached */
+       [PERF_COUNT_HW_CACHE_MISSES] = "dclm",          /* D-cache Load Miss */
 };
 
 #define C(_x)                  PERF_COUNT_HW_CACHE_##_x