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

/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c91 * struct pmcstat_gmonfile tracks a given 'gmon.out' file. These
95 struct pmcstat_gmonfile { struct
96 LIST_ENTRY(pmcstat_gmonfile) pgf_next; /* list of entries */
111 static void pmcstat_gmon_create_file(struct pmcstat_gmonfile *_pgf,
115 static void pmcstat_gmon_map_file(struct pmcstat_gmonfile *_pgf);
116 static void pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *_pgf);
118 static struct pmcstat_gmonfile *pmcstat_image_find_gmonfile(struct
126 pmcstat_gmon_create_file(struct pmcstat_gmonfile *pgf,
205 pmcstat_gmon_map_file(struct pmcstat_gmonfile *pgf)
230 pmcstat_gmon_unmap_file(struct pmcstat_gmonfile *pg
[all...]
/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat.h206 LIST_HEAD(,pmcstat_gmonfile) pi_gmlist;

Completed in 107 milliseconds