Searched refs:PFM_REG_END (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | perfmon_generic.h | 23 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 35 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
D | perfmon_itanium.h | 33 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 55 { PFM_REG_END , 0, 0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
D | perfmon_mckinley.h | 36 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */ 58 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
|
D | perfmon.c | 80 #define PFM_REG_END 0x2 /* end marker */ macro 87 #define PMC_IS_LAST(i) (pmu_conf.pmc_desc[i].type & PFM_REG_END) 88 #define PMD_IS_LAST(i) (pmu_conf.pmd_desc[i].type & PFM_REG_END) 3749 for (i=1; (pmu_conf.pmc_desc[i].type & PFM_REG_END) == 0; i++) { in pfm_reset_pmu() 3766 for (i=0; (pmu_conf.pmd_desc[i].type & PFM_REG_END) == 0; i++) { in pfm_reset_pmu()
|