Home | History | Annotate | Download | only in massif

Lines Matching full:clo_threshold

397 static double clo_threshold       = 1.0;  // percentage
429 else if VG_DBL_CLO(arg, "--threshold", clo_threshold) {
430 if (clo_threshold < 0 || clo_threshold > 100) {
664 if (0 == total_szB && 0 != clo_threshold) {
667 sig_child_threshold_szB = (SizeT)((total_szB * clo_threshold) / 100);
2217 depth_str, sxpt->szB, sxpt->Insig.n_xpts, s, clo_threshold);