Searched refs:pmcstat_gmonfile (Results 1 – 2 of 2) sorted by relevance
92 struct pmcstat_gmonfile { struct93 LIST_ENTRY(pmcstat_gmonfile) pgf_next; /* list of entries */108 static void pmcstat_gmon_create_file(struct pmcstat_gmonfile *_pgf, argument112 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(struct123 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()[all …]
204 LIST_HEAD(,pmcstat_gmonfile) pi_gmlist;