Home
last modified time | relevance | path

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

/freebsd/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/sys/arm64/include/
H A Dprofile.h40 #define FUNCTION_ALIGNMENT 32 macro
/freebsd/sys/i386/include/
H A Dprofile.h39 #define FUNCTION_ALIGNMENT 4 macro
/freebsd/sys/amd64/include/
H A Dprofile.h43 #define FUNCTION_ALIGNMENT 4 macro
/freebsd/sys/riscv/include/
H A Dprofile.h36 #define FUNCTION_ALIGNMENT 32 macro
/freebsd/sys/arm/include/
H A Dprofile.h43 #define FUNCTION_ALIGNMENT 16 macro
/freebsd/sys/powerpc/include/
H A Dprofile.h38 #define FUNCTION_ALIGNMENT 4 macro
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c474 FUNCTION_ALIGNMENT); /* see <machine/profile.h> */ in pmcpl_gmon_process()
498 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT; in pmcpl_gmon_process()