Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/pmcstat/
Dpmcpl_callgraph.c83 ((a)->pcg_count * 100.0 / nsamples)
105 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()
355 parent->pcg_count++; in pmcpl_cg_process()
398 child->pcg_count++; in pmcpl_cg_process()
[all …]
Dpmcpl_callgraph.h45 uint32_t pcg_count; member
Dpmcpl_gprof.c285 cgc->pcg_func, cg->pcg_func, cgc->pcg_count); in pmcstat_cgnode_do_gmon_arcs()