Home
last modified time | relevance | path

Searched refs:PGSZ (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c530 lbase = CEIL(lend + PGSZ, PGSZ); in fixup_maps()
536 mi->load_base = CEIL(modules.load_end + PGSZ, PGSZ); in fixup_maps()
539 lbase = CEIL(mi->load_end + PGSZ, PGSZ); in fixup_maps()
H A Dgprof.h64 #define PGSZ 4096 macro