Searched refs:pmcstat_gmonfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c88 * struct pmcstat_gmonfile tracks a given 'gmon.out' file. These
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,
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,
202 pmcstat_gmon_map_file(struct pmcstat_gmonfile *pgf)
227 pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *pg
[all...]
H A Dpmcstat_log.h115 LIST_HEAD(,pmcstat_gmonfile) pi_gmlist;

Completed in 129 milliseconds