Searched refs:DSU_EVENT_ATTR (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/perf/ |
| H A D | arm_dsu_pmu.c | 77 #define DSU_EVENT_ATTR(_name, _config) \ macro 174 DSU_EVENT_ATTR(cycles, 0x11), 175 DSU_EVENT_ATTR(bus_access, 0x19), 176 DSU_EVENT_ATTR(memory_error, 0x1a), 177 DSU_EVENT_ATTR(bus_cycles, 0x1d), 178 DSU_EVENT_ATTR(l3d_cache_allocate, 0x29), 179 DSU_EVENT_ATTR(l3d_cache_refill, 0x2a), 180 DSU_EVENT_ATTR(l3d_cache, 0x2b), 181 DSU_EVENT_ATTR(l3d_cache_wb, 0x2c),
|