Home | History | Annotate | Download | only in massif

Lines Matching refs:n_ips

506 void filter_IPs (Addr* ips, Int n_ips,
514 *n_ips_sel = n_ips;
523 for (i = *top; i < n_ips; i++) {
539 *top = n_ips;
545 Int mbm = VG_(XT_offset_main_or_below_main)(ips, n_ips);
553 *n_ips_sel -= n_ips - mbm - 1;
554 VERB(4, "main/below main: filtering %d\n", n_ips - mbm - 1);
571 // After this call, the IPs we want are in ips[0]..ips[n_ips-1].
572 Int n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + MAX_OVERESTIMATE,
576 if (exclude_first_entry && n_ips > 0) {
580 return VG_(make_ExeContext_from_StackTrace)(ips+1, n_ips-1);
582 return VG_(make_ExeContext_from_StackTrace)(ips, n_ips);