Home
last modified time | relevance | path

Searched refs:FUNCTION_ALIGNMENT (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/sys/
Dgmon.h70 #define HISTFRACTION (FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER) == 0 \
71 ? 1 : FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER))
116 #define HASHFRACTION (FUNCTION_ALIGNMENT / sizeof(unsigned short) == 0 \
117 ? 1 : FUNCTION_ALIGNMENT / sizeof(unsigned short))
/freebsd-12-stable/sys/mips/include/
Dprofile.h108 #define FUNCTION_ALIGNMENT 16 macro
119 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-12-stable/sys/amd64/include/
Dprofile.h48 #define FUNCTION_ALIGNMENT 16 macro
107 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-12-stable/sys/i386/include/
Dprofile.h48 #define FUNCTION_ALIGNMENT 16 macro
120 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-12-stable/sys/arm/include/
Dprofile.h46 #define FUNCTION_ALIGNMENT 16 macro
/freebsd-12-stable/sys/riscv/include/
Dprofile.h41 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-12-stable/sys/arm64/include/
Dprofile.h41 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-12-stable/sys/powerpc/include/
Dprofile.h39 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-12-stable/sys/sparc64/include/
Dprofile.h41 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-12-stable/usr.sbin/pmcstat/
Dpmcpl_gprof.c477 FUNCTION_ALIGNMENT); /* see <machine/profile.h> */ in pmcpl_gmon_process()
501 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT; in pmcpl_gmon_process()
/freebsd-12-stable/sys/kern/
Dsubr_prof.c182 p->histcounter_type = FUNCTION_ALIGNMENT / HISTFRACTION * NBBY; in kmstartup()