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

/freebsd-11.0-release/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.h43 uint32_t pcg_count; member in struct:pmcstat_cgnode
H A Dpmcpl_callgraph.c78 ((a)->pcg_count * 100.0 / nsamples)
100 cg->pcg_count = 0;
205 if (cg1->pcg_count < cg2->pcg_count)
207 if (cg1->pcg_count > cg2->pcg_count)
262 if (cg->pcg_count == total)
266 100.0 * cg->pcg_count / total);
268 n = fprintf(args.pa_graphfile, " [%u] ", cg->pcg_count);
312 pmcstat_cgnode_print(*cgn, depth+1, cg->pcg_count);
[all...]
H A Dpmcpl_gprof.c280 cgc->pcg_func, cg->pcg_func, cgc->pcg_count);

Completed in 76 milliseconds