HomeSort by relevance Sort by last modified time
    Searched refs:n_ips (Results 1 - 13 of 13) sorted by null

  /external/valgrind/include/
pub_tool_stacktrace.h 40 // for thread 'tid'. Maximum of 'n_ips' addresses put into 'ips';
62 /*OUT*/StackTrace ips, UInt n_ips,
75 StackTrace ips, UInt n_ips
79 extern void VG_(pp_StackTrace) ( StackTrace ips, UInt n_ips );
83 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
pub_tool_xtree.h 90 typedef void (*XT_filter_IPs_t) (Addr* ips, Int n_ips,
113 (Addr* ips, Int n_ips,
118 (Addr* ips, Int n_ips,
121 /* Search in ips[0..n_ips-1] the first function which is main or below main
123 If no main or below main is found, return n_ips-1 */
124 extern Int VG_(XT_offset_main_or_below_main)(Addr* ips, Int n_ips);
pub_tool_execontext.h 78 ExeContext* ec, UInt n_ips );
114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
  /external/valgrind/coregrind/
m_execontext.c 84 /* Variable-length array. The size is 'n_ips'; at
87 UInt n_ips; member in struct:_ExeContext
122 static ExeContext* record_ExeContext_wrk2 ( const Addr* ips, UInt n_ips );
170 VG_(message)(Vg_DebugMsg, " exectx: stacktrace ecu %u n_ips %u\n",
171 ec->ecu, ec->n_ips);
172 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
183 total_n_ips += ec->n_ips;
208 VG_(pp_StackTrace)( ec->ips, ec->n_ips );
222 vg_assert(e1->n_ips >= 1 && e2->n_ips >= 1)
342 UInt n_ips; local
    [all...]
pub_core_stacktrace.h 50 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
55 /*OUT*/Addr* ips, UInt n_ips,
m_xtree.c 618 StackTrace ips; // ips and n_ips provides the subset of the xtree ec
619 UInt n_ips; // to use for a massif report. member in struct:__anon37487
681 if (ms_ec[i].n_ips > depth
692 while (ms_ec[i].n_ips <= depth)
701 && ms_ec[i].n_ips > depth
809 ms_ec[n_xecu_sel].n_ips = xe->n_ips_sel;
810 if (ms_ec[n_xecu_sel].n_ips == 0)
    [all...]
m_errormgr.c 411 UInt n_ips = VG_(get_ExeContext_n_ips)(ec); local
412 vg_assert(n_ips > 0);
413 vg_assert(n_ips <= VG_DEEPEST_BACKTRACE);
417 n_ips);
1504 UWord n_ips; \/\/ nr of elements in ips. member in struct:__anon37310
    [all...]
m_stacktrace.c 1578 UInt n_ips local
    [all...]
m_libcassert.c 344 Int n_ips; local
362 n_ips =
372 VG_(pp_StackTrace) (ips, n_ips);
  /external/valgrind/helgrind/
hg_errors.h 66 void HG_(print_access) (StackTrace ips, UInt n_ips,
libhb.h 162 typedef void (*Access_t) (StackTrace ips, UInt n_ips,
hg_errors.c     [all...]
  /external/valgrind/massif/
ms_main.c 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, local
576 if (exclude_first_entry && n_ips > 0)
    [all...]

Completed in 396 milliseconds