Searched refs:PFM_REG_END (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
H A D | perfmon_generic.h | 18 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 30 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
H A D | perfmon_itanium.h | 25 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 47 { PFM_REG_END , 0, 0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
H A D | perfmon_mckinley.h | 27 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 49 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
H A D | perfmon_montecito.h | 59 { PFM_REG_END , 0, 0x0, -1, NULL, NULL, {0,}, {0,}}, /* end marker */ 127 { PFM_REG_END , 0, 0x0, -1, NULL, NULL, {0,}, {0,}}, /* end marker */
|
H A D | perfmon.c | 89 #define PFM_REG_END 0x2 /* end marker */ macro 96 #define PMC_IS_LAST(i) (pmu_conf->pmc_desc[i].type & PFM_REG_END) 97 #define PMD_IS_LAST(i) (pmu_conf->pmd_desc[i].type & PFM_REG_END)
|
Completed in 95 milliseconds