Searched refs:pgf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c123 pmcstat_gmon_create_file(struct pmcstat_gmonfile *pgf, argument
132 pathname = pmcstat_string_unintern(pgf->pgf_name);
139 gm.ncnt = (pgf->pgf_nbuckets * hc_sz) + sizeof(struct gmonhdr);
155 count = pgf->pgf_ndatabytes - sizeof(struct gmonhdr);
202 pmcstat_gmon_map_file(struct pmcstat_gmonfile *pgf) argument
207 pathname = pmcstat_string_unintern(pgf->pgf_name);
213 pgf->pgf_gmondata = mmap(NULL, pgf->pgf_ndatabytes,
216 if (pgf->pgf_gmondata == MAP_FAILED)
227 pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *pgf) argument
241 struct pmcstat_gmonfile *pgf; local
263 struct pmcstat_gmonfile *pgf; local
371 struct pmcstat_gmonfile *pgf, *pgftmp; local
416 struct pmcstat_gmonfile *pgf; local
533 struct pmcstat_gmonfile *pgf; local
[all...]
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am227 $(MAGIC_FRAGMENT_DIR)/pgf \
H A DMakefile.in500 $(MAGIC_FRAGMENT_DIR)/pgf \

Completed in 50 milliseconds