Searched refs:pcg_children (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.h46 LIST_HEAD(,pmcstat_cgnode) pcg_children; member in struct:pmcstat_cgnode
H A Dpmcpl_callgraph.c102 LIST_INIT(&cg->pcg_children);
115 LIST_FOREACH_SAFE(cgc, &cg->pcg_children, pcg_sibling, cgtmp)
223 LIST_FOREACH(child, &parent->pcg_children, pcg_sibling) {
238 LIST_INSERT_HEAD(&parent->pcg_children, child, pcg_sibling);
303 LIST_FOREACH(pcg, &cg->pcg_children, pcg_sibling)
516 LIST_FOREACH(pcg, &cg->pcg_children, pcg_sibling)
H A Dpmcpl_gprof.c277 LIST_FOREACH(cgc, &cg->pcg_children, pcg_sibling) {

Completed in 62 milliseconds