Home
last modified time | relevance | path

Searched refs:pmcstat_threshold (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.h46 extern float pmcstat_threshold; /* Threshold to filter node. */
H A Dpmcpl_calltree.c394 &arc->pcta_samples) > pmcstat_threshold) { in pmcpl_ct_node_dumptop()
417 &ct->pct_arc[i].pcta_samples) > pmcstat_threshold) { in pmcpl_ct_node_dumptop()
513 if (v > pmcstat_threshold) in pmcpl_ct_node_printtop()
518 if (pmcstat_skiplink && v <= pmcstat_threshold) { in pmcpl_ct_node_printtop()
H A Dpmcstat_log.c198 float pmcstat_threshold = 0.5; /* Cost filter for top mode. */ variable
746 pmcstat_threshold = atof(opt+10); in pmcstat_pluginconfigure_log()
H A Dpmcpl_callgraph.c547 if (v < pmcstat_threshold) in pmcstat_cgnode_topprint()
646 if (PMCPL_CG_COUNTP(*cgn) < pmcstat_threshold) in pmcpl_cg_topdisplay()