Searched refs:SMMU_EVENT_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 567 #define SMMU_EVENT_ATTR(name, config) \ macro 571 SMMU_EVENT_ATTR(cycles, 0), 572 SMMU_EVENT_ATTR(transaction, 1), 573 SMMU_EVENT_ATTR(tlb_miss, 2), 574 SMMU_EVENT_ATTR(config_cache_miss, 3), 575 SMMU_EVENT_ATTR(trans_table_walk_access, 4), 576 SMMU_EVENT_ATTR(config_struct_access, 5), 577 SMMU_EVENT_ATTR(pcie_ats_trans_rq, 6), 578 SMMU_EVENT_ATTR(pcie_ats_trans_passed, 7),
|