Searched refs:PCTR_INTEL_NUM (Results 1 – 4 of 4) sorted by relevance
41 #define PCTR_INTEL_NUM 2 /* Intel supports only 2 counters */ macro65 num = pctr_isamd ? PCTR_AMD_NUM : PCTR_INTEL_NUM; in pctrrd()139 if (cmd > PCTR_INTEL_NUM-1) in pctrsel()207 num = PCTR_INTEL_NUM; in pctr_reload()
22 #define PCTR_INTEL_NUM 2 /* Intel supports only 2 counters */ macro60 num = pctr_isamd ? PCTR_AMD_NUM : PCTR_INTEL_NUM; in pctrrd()155 if (cmd > PCTR_INTEL_NUM-1) in pctrsel()
322 n = PCTR_INTEL_NUM; in pctr_printvals()436 if (ctr >= PCTR_INTEL_NUM) in pctr_set_cntr()438 PCTR_INTEL_NUM); in pctr_set_cntr()453 if (ctr >= PCTR_INTEL_NUM) in pctr_set_cntr()455 PCTR_INTEL_NUM); in pctr_set_cntr()
42 #define PCTR_INTEL_NUM 2 /* Intel supports only 2 counters */ macro