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

  /external/valgrind/main/coregrind/
m_execontext.c 327 Addr ips[VG_(clo_backtrace_size)];
341 n_ips = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size),
365 tl_assert(n_ips >= 1 && n_ips <= VG_(clo_backtrace_size));
m_options.c 112 Int VG_(clo_backtrace_size) = 12; variable
m_errormgr.c     [all...]
m_main.c 601 else if VG_BINT_CLO(arg, "--num-callers", VG_(clo_backtrace_size), 1,
    [all...]
  /external/valgrind/main/drd/
drd_clientobj.c 33 #include "pub_tool_options.h" // VG_(clo_backtrace_size)
186 VG_(clo_backtrace_size));
drd_error.c 86 VG_(get_and_pp_StackTrace)(VG_(get_running_tid)(), VG_(clo_backtrace_size));
drd_thread.c 42 #include "pub_tool_options.h" // VG_(clo_backtrace_size)
    [all...]
  /external/valgrind/main/include/
pub_tool_options.h 180 extern Int VG_(clo_backtrace_size);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-xen.c 80 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
416 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
568 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
    [all...]
syswrap-generic.c 94 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
    [all...]
syswrap-main.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]

Completed in 2137 milliseconds