Searched refs:clo_backtrace_size (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_execontext.c327 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));
H A Dm_options.c112 Int VG_(clo_backtrace_size) = 12; variable
H A Dm_errormgr.c1372 if (i > 0 && i >= VG_(clo_backtrace_size))
1380 // If the num callers is >= VG_(clo_backtrace_size), ignore any extra
H A Dm_main.c601 else if VG_BINT_CLO(arg, "--num-callers", VG_(clo_backtrace_size), 1,
/external/valgrind/main/drd/
H A Ddrd_clientobj.c33 #include "pub_tool_options.h" // VG_(clo_backtrace_size)
186 VG_(clo_backtrace_size));
H A Ddrd_error.c86 VG_(get_and_pp_StackTrace)(VG_(get_running_tid)(), VG_(clo_backtrace_size));
H A Ddrd_thread.c42 #include "pub_tool_options.h" // VG_(clo_backtrace_size)
1262 VG_(get_and_pp_StackTrace)(vg_tid, VG_(clo_backtrace_size));
/external/valgrind/main/include/
H A Dpub_tool_options.h180 extern Int VG_(clo_backtrace_size);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c80 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));
1466 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
H A Dsyswrap-generic.c94 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
1309 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
3431 //VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
3443 //VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
H A Dsyswrap-main.c1295 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1416 VG_(get_and_pp_StackTrace)( tid, VG_(clo_backtrace_size) );
1431 VG_(get_and_pp_StackTrace)( tid, VG_(clo_backtrace_size) );
1469 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
1747 VG_(get_and_pp_StackTrace)( tid, VG_(clo_backtrace_size) );
/external/valgrind/main/helgrind/
H A Dlibhb_core.c4375 maxNFrames = min_UInt(N_FRAMES, VG_(clo_backtrace_size));

Completed in 8763 milliseconds