Searched refs:CMN_EVENT_HNS_HBT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/perf/ |
H A D | arm-cmn.c | 853 #define CMN_EVENT_HNS_HBT(_name, _event) \ macro 1210 CMN_EVENT_HNS_HBT(cache_miss, 0x01), 1211 CMN_EVENT_HNS_HBT(slc_sf_cache_access, 0x02), 1212 CMN_EVENT_HNS_HBT(cache_fill, 0x03), 1213 CMN_EVENT_HNS_HBT(pocq_retry, 0x04), 1214 CMN_EVENT_HNS_HBT(pocq_reqs_recvd, 0x05), 1215 CMN_EVENT_HNS_HBT(sf_hit, 0x06), 1216 CMN_EVENT_HNS_HBT(sf_evictions, 0x07), 1219 CMN_EVENT_HNS_HBT(slc_eviction, 0x0a), 1220 CMN_EVENT_HNS_HBT(slc_fill_invalid_way, 0x0b),
|