Searched refs:PFM_REG_END (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon_generic.h | 19 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 31 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
D | perfmon_montecito.h | 60 { PFM_REG_END , 0, 0x0, -1, NULL, NULL, {0,}, {0,}}, /* end marker */ 128 { PFM_REG_END , 0, 0x0, -1, NULL, NULL, {0,}, {0,}}, /* end marker */
|
D | perfmon_itanium.h | 26 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 48 { PFM_REG_END , 0, 0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
D | perfmon_mckinley.h | 28 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 50 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
D | perfmon.c | 91 #define PFM_REG_END 0x2 /* end marker */ macro 98 #define PMC_IS_LAST(i) (pmu_conf->pmc_desc[i].type & PFM_REG_END) 99 #define PMD_IS_LAST(i) (pmu_conf->pmd_desc[i].type & PFM_REG_END)
|