Home
last modified time | relevance | path

Searched refs:pmcstat_image_find_gmonfile (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c115 static struct pmcstat_gmonfile *pmcstat_image_find_gmonfile(struct
243 if ((pgf = pmcstat_image_find_gmonfile(image, pmcid)) == NULL) in pmcstat_gmon_append_arc()
261 pmcstat_image_find_gmonfile(struct pmcstat_image *image, pmc_id_t pmcid) in pmcstat_image_find_gmonfile() function
455 pgf = pmcstat_image_find_gmonfile(image, pmcid); in pmcpl_gmon_process()