Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c81 ((a)->pcg_count * 100.0 / nsamples)
103 cg->pcg_count = 0; in pmcstat_cgnode_allocate()
210 if (cg1->pcg_count < cg2->pcg_count) in pmcstat_cgnode_compare()
212 if (cg1->pcg_count > cg2->pcg_count) in pmcstat_cgnode_compare()
267 if (cg->pcg_count == total) in pmcstat_cgnode_print()
271 100.0 * cg->pcg_count / total); in pmcstat_cgnode_print()
273 n = fprintf(args.pa_graphfile, " [%u] ", cg->pcg_count); in pmcstat_cgnode_print()
317 pmcstat_cgnode_print(*cgn, depth+1, cg->pcg_count); in pmcstat_cgnode_print()
[all...]
H A Dpmcpl_callgraph.h43 uint32_t pcg_count; member
H A Dpmcpl_gprof.c282 cgc->pcg_func, cg->pcg_func, cgc->pcg_count); in pmcstat_cgnode_do_gmon_arcs()