Searched refs:CMN_EVENT_RNID (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/perf/ |
H A D | arm-cmn.c | 748 #define CMN_EVENT_RNID(_model, _name, _event) \ macro 1001 CMN_EVENT_RNID(CMN_ANY, s0_rdata_beats, 0x01), 1002 CMN_EVENT_RNID(CMN_ANY, s1_rdata_beats, 0x02), 1003 CMN_EVENT_RNID(CMN_ANY, s2_rdata_beats, 0x03), 1004 CMN_EVENT_RNID(CMN_ANY, rxdat_flits, 0x04), 1005 CMN_EVENT_RNID(CMN_ANY, txdat_flits, 0x05), 1006 CMN_EVENT_RNID(CMN_ANY, txreq_flits_total, 0x06), 1007 CMN_EVENT_RNID(CMN_ANY, txreq_flits_retried, 0x07), 1008 CMN_EVENT_RNID(CMN_ANY, rrt_occ_ovfl, 0x08), 1009 CMN_EVENT_RNID(CMN_ANY, wrt_occ_ovfl, 0x09), [all …]
|