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

/external/valgrind/main/massif/
H A Dms_main.c408 static Int clo_depth = 30; variable
432 else if VG_BINT_CLO(arg, "--depth", clo_depth, 1, MAX_DEPTH) {}
868 // We ask for a few more IPs than clo_depth suggests we need. Then we
873 // - Else if after filtering we have >= clo_depth IPs, redo=False
886 // Ask for more IPs than clo_depth suggests we need.
887 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate,
894 if (n_ips < clo_depth + overestimate) { redo = False; }
916 // If after filtering we have >= clo_depth IPs, redo=False
917 if (n_ips >= clo_depth) {
919 n_ips = clo_depth; // Ignor
[all...]

Completed in 67 milliseconds