Home
last modified time | relevance | path

Searched refs:PCTR_INTEL_NUM (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/arch/amd64/amd64/
Dpctr.c41 #define PCTR_INTEL_NUM 2 /* Intel supports only 2 counters */ macro
65 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()
/openbsd/src/sys/arch/i386/i386/
Dpctr.c22 #define PCTR_INTEL_NUM 2 /* Intel supports only 2 counters */ macro
60 num = pctr_isamd ? PCTR_AMD_NUM : PCTR_INTEL_NUM; in pctrrd()
155 if (cmd > PCTR_INTEL_NUM-1) in pctrsel()
/openbsd/src/usr.bin/pctr/
Dpctr.c322 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()
Dpctrvar.h42 #define PCTR_INTEL_NUM 2 /* Intel supports only 2 counters */ macro