Home
last modified time | relevance | path

Searched refs:pctr (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2649 is_visible_alias (Hwcentry* pctr) in is_visible_alias() argument
2651 if (!pctr) in is_visible_alias()
2653 if (pctr->name && pctr->int_name && pctr->metric) in is_visible_alias()
2659 is_hidden_alias (Hwcentry* pctr) in is_hidden_alias() argument
2661 if (!pctr) in is_hidden_alias()
2663 if (pctr->name && pctr->int_name && pctr->metric == NULL) in is_hidden_alias()
2669 is_numeric_alias (Hwcentry* pctr) in is_numeric_alias() argument
2674 hwcfuncs_parse_ctr (pctr->int_name, NULL, &nameOnly, NULL, NULL, &regno); in is_numeric_alias()
2835 regno_add (Hwcentry * pctr, regno_t regno) in regno_add() argument
2839 if (!pctr) in regno_add()
[all …]
H A Dhwcfuncs.h234 extern int regno_is_valid (const Hwcentry *pctr, regno_t regno);
H A Dhwcentry.h367 extern char *hwc_rate_string (const Hwcentry *pctr, int force_numeric_format);
H A Dhwcfuncs.c644 regno_is_valid (const Hwcentry * pctr, regno_t regno) in regno_is_valid() argument
646 regno_t *reg_list = pctr->reg_list; in regno_is_valid()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c2613 is_visible_alias (Hwcentry* pctr) in is_visible_alias() argument
2615 if (!pctr) in is_visible_alias()
2617 if (pctr->name && pctr->int_name && pctr->metric) in is_visible_alias()
2623 is_hidden_alias (Hwcentry* pctr) in is_hidden_alias() argument
2625 if (!pctr) in is_hidden_alias()
2627 if (pctr->name && pctr->int_name && pctr->metric == NULL) in is_hidden_alias()
2633 is_numeric_alias (Hwcentry* pctr) in is_numeric_alias() argument
2638 hwcfuncs_parse_ctr (pctr->int_name, NULL, &nameOnly, NULL, NULL, &regno); in is_numeric_alias()
2799 regno_add (Hwcentry * pctr, regno_t regno) in regno_add() argument
2803 if (!pctr) in regno_add()
[all …]
H A Dhwcfuncs.h234 extern int regno_is_valid (const Hwcentry *pctr, regno_t regno);
H A Dhwcentry.h366 extern char *hwc_rate_string (const Hwcentry *pctr, int force_numeric_format);
H A Dhwcfuncs.c652 regno_is_valid (const Hwcentry * pctr, regno_t regno) in regno_is_valid() argument
654 regno_t *reg_list = pctr->reg_list; in regno_is_valid()
/netbsd-src/sys/kern/
H A Dsubr_pserialize.c178 long pctr; in pserialize_not_in_read_section() local
180 pctr = lwp_pctr(); in pserialize_not_in_read_section()
188 if (__predict_false(pctr != lwp_pctr())) in pserialize_not_in_read_section()
H A Dkern_cctr.c188 long pctr; in cc_get_timecount() local
191 pctr = lwp_pctr(); in cc_get_timecount()
194 } while (pctr != lwp_pctr()); in cc_get_timecount()
H A Dkern_lock.c72 long pctr; in assert_sleepable() local
86 pctr = lwp_pctr(); in assert_sleepable()
88 } while (__predict_false(pctr != lwp_pctr())); in assert_sleepable()
H A Dkern_lwp.c2147 unsigned long pctr; in lwp_pctr() local
2150 pctr = curlwp->l_ru.ru_nvcsw; in lwp_pctr()
2151 pctr += curlwp->l_ru.ru_nivcsw; in lwp_pctr()
2153 return pctr; in lwp_pctr()
/netbsd-src/sys/arch/arm/arm/
H A Darm_machdep.c288 long pctr; in cpu_intr_p() local
293 pctr = lwp_pctr(); in cpu_intr_p()
298 } while (__predict_false(pctr != lwp_pctr())); in cpu_intr_p()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_kdf.c49 static int dh_sharedinfo_encode(unsigned char **pder, unsigned char **pctr, in dh_sharedinfo_encode() argument
94 *pctr = p; in dh_sharedinfo_encode()
/netbsd-src/sys/arch/usermode/dev/
H A Dcpu.c532 long pctr; in cpu_intr_p() local
537 pctr = lwp_pctr(); in cpu_intr_p()
539 } while (__predict_false(pctr != lwp_pctr())); in cpu_intr_p()
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dtrap.c1038 long pctr; in cpu_intr_p() local
1053 pctr = lwp_pctr(); in cpu_intr_p()
1055 } while (__predict_false(pctr != lwp_pctr())); in cpu_intr_p()
/netbsd-src/sys/arch/mips/mips/
H A Dcpu_subr.c629 long pctr; in cpu_intr_p() local
634 pctr = lwp_pctr(); in cpu_intr_p()
636 } while (__predict_false(pctr != lwp_pctr())); in cpu_intr_p()
/netbsd-src/sys/arch/x86/x86/
H A Dx86_machdep.c384 long pctr; in cpu_intr_p() local
393 pctr = lwp_pctr(); in cpu_intr_p()
395 } while (__predict_false(pctr != lwp_pctr())); in cpu_intr_p()
H A Dpmap.c3577 uint64_t pctr;
3589 pctr = lwp_pctr();
3628 if (lwp_pctr() != pctr) {
3576 uint64_t pctr; global() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/
H A Dnouveau_nvkm_engine_pm_base.c337 u16 logic_op, struct nvkm_perfctr **pctr) in nvkm_perfctr_new() argument
345 ctr = *pctr = kzalloc(sizeof(*ctr), GFP_KERNEL); in nvkm_perfctr_new()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dmachdep.c2661 long pctr; in cpu_intr_p() local
2666 pctr = lwp_pctr(); in cpu_intr_p()
2668 } while (__predict_false(pctr != lwp_pctr())); in cpu_intr_p()
/netbsd-src/usr.bin/spell/spell/
H A Dspecial.netbsd851 pctr