Home
last modified time | relevance | path

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

/src/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c99 size_t pgf_ndatabytes; /* number of bytes mapped */ member
155 count = pgf->pgf_ndatabytes - sizeof(struct gmonhdr); in pmcstat_gmon_create_file()
213 pgf->pgf_gmondata = mmap(NULL, pgf->pgf_ndatabytes, in pmcstat_gmon_map_file()
229 (void) msync(pgf->pgf_gmondata, pgf->pgf_ndatabytes, in pmcstat_gmon_unmap_file()
231 (void) munmap(pgf->pgf_gmondata, pgf->pgf_ndatabytes); in pmcstat_gmon_unmap_file()
475 pgf->pgf_ndatabytes = sizeof(struct gmonhdr) + in pmcpl_gmon_process()