PCTR_NUM
#define PCTR_AMD_NUM PCTR_NUM
uint32_t pctr_fn[PCTR_NUM];
u_int pctr_fn[PCTR_NUM]; /* Current settings of counters */
pctrval pctr_hwc[PCTR_NUM]; /* Values of the hardware counters */
#define PCTR_AMD_NUM PCTR_NUM
u_int pctr_fn[PCTR_NUM]; /* Current settings of counters */
pctrval pctr_hwc[PCTR_NUM]; /* Values of the hardware counters */
ctr = strtonum(optarg, 0, PCTR_NUM-1, &errstr);