Lines Matching full:stacktrace
96 /* XArray of xecu, sorted by StackTrace ips[top..top+n_ips_sel-1].
138 /* Compare 2 entries in ips_order_xecu by StackTrace elements.
148 const StackTrace left_ips = VG_(get_ExeContext_StackTrace)(left->ec)
150 const StackTrace right_ips = VG_(get_ExeContext_StackTrace)(right->ec)
584 calls column the nr of stacktrace containing this arc, which
614 main. So, the StackTrace of the execontexts in the xtree must be filtered.
615 Ms_Ec defines the subset of the stacktrace relevant for the report. */
618 StackTrace ips; // ips and n_ips provides the subset of the xtree ec
785 Ms_Ec StackTrace. */
798 // Ensure we have in shared->ips_order_xecu our xecu sorted by StackTrace.