Searched refs:pmcstat_pmcs (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/usr.sbin/pmc/
H A Dpmc.c53 struct pmcstat_pmcs pmcstat_pmcs = LIST_HEAD_INITIALIZER(pmcstat_pmcs); variable in typeref:struct:pmcstat_pmcs
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c132 struct pmcstat_pmcs pmcstat_pmcs = LIST_HEAD_INITIALIZER(pmcstat_pmcs); variable in typeref:struct:pmcstat_pmcs
225 LIST_FOREACH(pr, &pmcstat_pmcs, pr_next) {
334 LIST_FOREACH(pr, &pmcstat_pmcs, pr_next)
350 LIST_FOREACH(pr, &pmcstat_pmcs, pr_next)
366 LIST_FOREACH(pr, &pmcstat_pmcs, pr_next)
H A Dpmcpl_gprof.c311 LIST_FOREACH(pmcr, &pmcstat_pmcs, pr_next)
H A Dpmcpl_callgraph.c470 LIST_FOREACH(pmcr, &pmcstat_pmcs, pr_next)
/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat.h271 extern LIST_HEAD(pmcstat_pmcs, pmcstat_pmcrecord) pmcstat_pmcs; /* PMC list */
H A Dlibpmcstat_logging.c64 LIST_FOREACH(pr, &pmcstat_pmcs, pr_next) {
88 LIST_FOREACH(pr, &pmcstat_pmcs, pr_next)
109 LIST_INSERT_HEAD(&pmcstat_pmcs, pr, pr_next);

Completed in 107 milliseconds