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

/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c126 pmcstat_gmon_create_file(struct pmcstat_gmonfile *pgf, argument
135 pathname = pmcstat_string_unintern(pgf->pgf_name);
142 gm.ncnt = (pgf->pgf_nbuckets * hc_sz) + sizeof(struct gmonhdr);
158 count = pgf->pgf_ndatabytes - sizeof(struct gmonhdr);
205 pmcstat_gmon_map_file(struct pmcstat_gmonfile *pgf) argument
210 pathname = pmcstat_string_unintern(pgf->pgf_name);
216 pgf->pgf_gmondata = mmap(NULL, pgf->pgf_ndatabytes,
219 if (pgf->pgf_gmondata == MAP_FAILED)
230 pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *pgf) argument
244 struct pmcstat_gmonfile *pgf; local
266 struct pmcstat_gmonfile *pgf; local
374 struct pmcstat_gmonfile *pgf, *pgftmp; local
419 struct pmcstat_gmonfile *pgf; local
536 struct pmcstat_gmonfile *pgf; local
[all...]
/freebsd-12-stable/contrib/file/magic/
H A DMakefile.am227 $(MAGIC_FRAGMENT_DIR)/pgf \
H A DMakefile.in500 $(MAGIC_FRAGMENT_DIR)/pgf \

Completed in 107 milliseconds