Searched refs:CMN_EVENT_HNF (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | arm-cmn.c | 411 #define CMN_EVENT_HNF(_name, _event) \ macro 445 CMN_EVENT_HNF(cache_miss, 0x01), 446 CMN_EVENT_HNF(slc_sf_cache_access, 0x02), 447 CMN_EVENT_HNF(cache_fill, 0x03), 448 CMN_EVENT_HNF(pocq_retry, 0x04), 449 CMN_EVENT_HNF(pocq_reqs_recvd, 0x05), 450 CMN_EVENT_HNF(sf_hit, 0x06), 451 CMN_EVENT_HNF(sf_evictions, 0x07), 452 CMN_EVENT_HNF(dir_snoops_sent, 0x08), 453 CMN_EVENT_HNF(brd_snoops_sent, 0x09), [all …]
|