Searched refs:CCN_EVENT_SBAS (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/perf/ |
| D | arm-ccn.c | 316 #define CCN_EVENT_SBAS(_name, _event) { .attr = CCN_EVENT_ATTR(sbas_##_name), \ macro 433 CCN_EVENT_SBAS(rdata_beats_p0, 0x1), 434 CCN_EVENT_SBAS(rxdat_flits, 0x4), 435 CCN_EVENT_SBAS(txdat_flits, 0x5), 436 CCN_EVENT_SBAS(txreq_flits, 0x6), 437 CCN_EVENT_SBAS(txreq_flits_retried, 0x7), 438 CCN_EVENT_SBAS(rrt_full, 0x8), 439 CCN_EVENT_SBAS(wrt_full, 0x9), 440 CCN_EVENT_SBAS(txreq_flits_replayed, 0xa),
|