Searched refs:FUNCTION_ALIGNMENT (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/arm64/include/
H A Dprofile.h40 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-current/sys/sys/
H A Dgmon.h67 #define HISTFRACTION (FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER) == 0 \
68 ? 1 : FUNCTION_ALIGNMENT / sizeof(HISTCOUNTER))
113 #define HASHFRACTION (FUNCTION_ALIGNMENT / sizeof(unsigned short) == 0 \
114 ? 1 : FUNCTION_ALIGNMENT / sizeof(unsigned short))
/freebsd-current/sys/i386/include/
H A Dprofile.h39 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-current/sys/amd64/include/
H A Dprofile.h43 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-current/sys/riscv/include/
H A Dprofile.h36 #define FUNCTION_ALIGNMENT 32 macro
/freebsd-current/sys/arm/include/
H A Dprofile.h43 #define FUNCTION_ALIGNMENT 16 macro
/freebsd-current/sys/powerpc/include/
H A Dprofile.h38 #define FUNCTION_ALIGNMENT 4 macro
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c474 FUNCTION_ALIGNMENT); /* see <machine/profile.h> */
498 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT;

Completed in 206 milliseconds