Searched refs:CCN_EVENT_HNF (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/perf/ |
| H A D | arm-ccn.c | 390 CCN_EVENT_HNF(cache_miss, 0x1), 392 CCN_EVENT_HNF(cache_fill, 0x3), 393 CCN_EVENT_HNF(pocq_retry, 0x4), 394 CCN_EVENT_HNF(pocq_reqs_recvd, 0x5), 395 CCN_EVENT_HNF(sf_hit, 0x6), 396 CCN_EVENT_HNF(sf_evictions, 0x7), 397 CCN_EVENT_HNF(snoops_sent, 0x8), 399 CCN_EVENT_HNF(l3_eviction, 0xa), 401 CCN_EVENT_HNF(mc_retries, 0xc), 402 CCN_EVENT_HNF(mc_reqs, 0xd), [all …]
|