Searched refs:CCN_EVENT_SBAS (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/perf/ |
D | arm-ccn.c | 316 #define CCN_EVENT_SBAS(_name, _event) { .attr = CCN_EVENT_ATTR(sbas_##_name), \ macro 428 CCN_EVENT_SBAS(rdata_beats_p0, 0x1), 429 CCN_EVENT_SBAS(rxdat_flits, 0x4), 430 CCN_EVENT_SBAS(txdat_flits, 0x5), 431 CCN_EVENT_SBAS(txreq_flits, 0x6), 432 CCN_EVENT_SBAS(txreq_flits_retried, 0x7), 433 CCN_EVENT_SBAS(rrt_full, 0x8), 434 CCN_EVENT_SBAS(wrt_full, 0x9), 435 CCN_EVENT_SBAS(txreq_flits_replayed, 0xa),
|