Home
last modified time | relevance | path

Searched refs:HISTCOUNTER (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Dgmon.h54 #define HISTCOUNTER unsigned short macro
63 #define HISTFRACTION (FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER) == 0 \
64 ? 1 : FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER))
152 HISTCOUNTER *kcount;
164 HISTCOUNTER *cputime_count;
166 HISTCOUNTER *mcount_count;
170 HISTCOUNTER *mexitcount_count;
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dgmon-sol2.c60 #define HISTCOUNTER unsigned short macro
107 HISTFRACTION * sizeof (HISTCOUNTER)); in monstartup()
110 HISTFRACTION * sizeof (HISTCOUNTER)); in monstartup()
/dragonfly/contrib/binutils-2.34/gprof/
H A Dgmon.h88 #define HISTCOUNTER unsigned short macro
/dragonfly/contrib/binutils-2.27/gprof/
H A Dgmon.h88 #define HISTCOUNTER unsigned short macro
/dragonfly/lib/libc/gmon/
H A Dgmon.c73 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
74 p->highpc = ROUNDUP(highpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()