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

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h179 float pmcstat_threshold; /* Threshold to filter node. */ variable
H A Dpmcpl_calltree.c392 &arc->pcta_samples) > pmcstat_threshold) {
415 &ct->pct_arc[i].pcta_samples) > pmcstat_threshold) {
511 if (v > pmcstat_threshold)
516 if (pmcstat_skiplink && v <= pmcstat_threshold) {
H A Dpmcpl_callgraph.c529 if (v < pmcstat_threshold)
628 if (PMCPL_CG_COUNTP(*cgn) < pmcstat_threshold)
H A Dpmcstat_log.c224 float pmcstat_threshold = 0.5; /* Cost filter for top mode. */ variable
2073 pmcstat_threshold = atof(opt+10);

Completed in 102 milliseconds