Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_xtree.c665 static void ms_make_groups (UInt depth, Ms_Ec* ms_ec, UInt n_ec, SizeT sig_sz, in ms_make_groups() argument
716 if ((*groups)[g].total < sig_sz) { in ms_make_groups()
746 SizeT sig_sz, double sig_pct_threshold) in ms_output_group() argument
762 ms_make_groups(depth+1, group->ms_ec, group->n_ec, sig_sz, in ms_output_group()
779 ms_output_group(fp, depth+1, &groups[i], sig_sz, sig_pct_threshold); in ms_output_group()
926 ULong sig_sz; in VG_() local
936 sig_sz = 1; in VG_()
938 sig_sz = ((top_total + header->extra_B + header->stacks_B) in VG_()
943 ms_make_groups(0, ms_ec, n_ec, sig_sz, &n_groups, &groups); in VG_()
951 ms_output_group(fp, 0, &groups[i], sig_sz, header->sig_threshold); in VG_()