HomeSort by relevance Sort by last modified time
    Searched full:n_ips_sel (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/
m_xtree.c 66 UShort n_ips_sel; // The nr of ips from top to take into account. member in struct:_xec
96 /* XArray of xecu, sorted by StackTrace ips[top..top+n_ips_sel-1].
154 const UInt c_n_ips_sel = left->n_ips_sel < right->n_ips_sel
155 ? left->n_ips_sel : right->n_ips_sel;
164 if (left->n_ips_sel < right->n_ips_sel) return -1;
165 if (left->n_ips_sel > right->n_ips_sel) return 1
319 UInt n_ips_sel = VG_(get_ExeContext_n_ips)(xe.ec); local
    [all...]
  /external/valgrind/include/
pub_tool_xtree.h 81 into account. *n_ips_sel is the nr of IPs selected starting from *top.
83 If XT_filter_IPs_t gives *n_ips_sel equal to 0, then the inserted ec will
91 UInt* top, UInt* n_ips_sel);
114 UInt* top, UInt* n_ips_sel);
119 UInt* top, UInt* n_ips_sel);
  /external/valgrind/massif/
ms_main.c 507 UInt* top, UInt* n_ips_sel)
514 *n_ips_sel = n_ips;
528 (*n_ips_sel)--;
535 if (*n_ips_sel > 0
540 *n_ips_sel = 0;
544 if (!VG_(clo_show_below_main) && *n_ips_sel > 0 ) {
550 *n_ips_sel = 1;
553 *n_ips_sel -= n_ips - mbm - 1;
559 if (*n_ips_sel > clo_depth) {
561 *n_ips_sel = clo_depth
    [all...]

Completed in 3129 milliseconds