Searched refs:CMN_EVENT_CCLA (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/perf/ |
D | arm-cmn.c | 803 #define CMN_EVENT_CCLA(_name, _event) \ macro 1198 CMN_EVENT_CCLA(rx_cxs, 0x21), 1199 CMN_EVENT_CCLA(tx_cxs, 0x22), 1200 CMN_EVENT_CCLA(rx_cxs_avg_size, 0x23), 1201 CMN_EVENT_CCLA(tx_cxs_avg_size, 0x24), 1202 CMN_EVENT_CCLA(tx_cxs_lcrd_backpressure, 0x25), 1203 CMN_EVENT_CCLA(link_crdbuf_occ, 0x26), 1204 CMN_EVENT_CCLA(link_crdbuf_alloc, 0x27), 1205 CMN_EVENT_CCLA(pfwd_rcvr_cxs, 0x28), 1206 CMN_EVENT_CCLA(pfwd_sndr_num_flits, 0x29), [all …]
|