HomeSort by relevance Sort by last modified time
    Searched refs:n_ips (Results 1 - 11 of 11) 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_execontext.h 78 ExeContext* ec, UInt n_ips );
114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
  /external/valgrind/coregrind/
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_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)
336 UInt n_ips; local
    [all...]
m_errormgr.c 411 UInt n_ips = VG_(get_ExeContext_n_ips)(ec); local
412 vg_assert(n_ips > 0);
413 if (n_ips > VG_MAX_SUPP_CALLERS)
414 n_ips = VG_MAX_SUPP_CALLERS;
418 n_ips);
1505 UWord n_ips; \/\/ nr of elements in ips. member in struct:__anon25117
    [all...]
m_libcassert.c 332 Int n_ips; local
350 n_ips =
360 VG_(pp_StackTrace) (ips, n_ips);
m_stacktrace.c 1756 UInt n_ips local
    [all...]
  /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 824 Int n_ips, i, n_alloc_fns_removed; local
847 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate
899 Int n_ips = get_IPs(tid, exclude_first_entry, ips); local
    [all...]

Completed in 2058 milliseconds