Lines Matching refs:pmcstat_gmonfile
92 struct pmcstat_gmonfile { struct
93 LIST_ENTRY(pmcstat_gmonfile) pgf_next; /* list of entries */
108 static void pmcstat_gmon_create_file(struct pmcstat_gmonfile *_pgf, argument
112 static void pmcstat_gmon_map_file(struct pmcstat_gmonfile *_pgf);
113 static void pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *_pgf);
115 static struct pmcstat_gmonfile *pmcstat_image_find_gmonfile(struct
123 pmcstat_gmon_create_file(struct pmcstat_gmonfile *pgf, in pmcstat_gmon_create_file()
202 pmcstat_gmon_map_file(struct pmcstat_gmonfile *pgf) in pmcstat_gmon_map_file()
227 pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *pgf) in pmcstat_gmon_unmap_file()
241 struct pmcstat_gmonfile *pgf; in pmcstat_gmon_append_arc()
260 static struct pmcstat_gmonfile *
263 struct pmcstat_gmonfile *pgf; in pmcstat_image_find_gmonfile()
371 struct pmcstat_gmonfile *pgf, *pgftmp; in pmcpl_gmon_shutdownimage()
416 struct pmcstat_gmonfile *pgf; in pmcpl_gmon_process()
533 struct pmcstat_gmonfile *pgf; in pmcpl_gmon_shutdown()