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

/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c267 LIST_FOREACH(pgf, &image->pi_gmlist, pgf_next)
368 LIST_INIT(&pi->pi_gmlist);
376 LIST_FOREACH_SAFE(pgf, &pi->pi_gmlist, pgf_next, pgftmp) {
485 LIST_INSERT_HEAD(&image->pi_gmlist, pgf, pgf_next);
551 LIST_FOREACH(pgf, &pi->pi_gmlist, pgf_next) {
/freebsd-13-stable/lib/libpmcstat/
H A Dlibpmcstat.h207 LIST_HEAD(,pmcstat_gmonfile) pi_gmlist; member in struct:pmcstat_image

Completed in 56 milliseconds