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

/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.h45 uint32_t pcg_count; member in struct:pmcstat_cgnode
H A Dpmcpl_callgraph.c83 ((a)->pcg_count * 100.0 / nsamples)
105 cg->pcg_count = 0;
210 if (cg1->pcg_count < cg2->pcg_count)
212 if (cg1->pcg_count > cg2->pcg_count)
267 if (cg->pcg_count == total)
271 100.0 * cg->pcg_count / total);
273 n = fprintf(args.pa_graphfile, " [%u] ", cg->pcg_count);
317 pmcstat_cgnode_print(*cgn, depth+1, cg->pcg_count);
[all...]
H A Dpmcpl_gprof.c285 cgc->pcg_func, cg->pcg_func, cgc->pcg_count);

Completed in 153 milliseconds