Searched refs:clo_depth (Results 1 – 1 of 1) sorted by relevance
396 static Int clo_depth = 30; variable420 else if VG_BINT_CLO(arg, "--depth", clo_depth, 1, MAX_DEPTH) {} in ms_process_cmd_line_option()847 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate, in get_IPs()854 if (n_ips < clo_depth + overestimate) { redo = False; } in get_IPs()878 if (n_ips >= clo_depth) { in get_IPs()880 n_ips = clo_depth; // Ignore any IPs below --depth. in get_IPs()2240 Int depth_str_len = clo_depth + 3; in pp_snapshot()