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

/external/valgrind/main/coregrind/
H A Dm_execontext.c309 vg_assert(VG_(clo_backtrace_size) >= 1 &&
310 VG_(clo_backtrace_size) <= VG_DEEPEST_BACKTRACE);
316 n_ips = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size),
340 tl_assert(n_ips >= 1 && n_ips <= VG_(clo_backtrace_size));
H A Dm_options.c84 Int VG_(clo_backtrace_size) = 12; variable
H A Dm_errormgr.c1269 if (i > 0 && i >= VG_(clo_backtrace_size))
1279 // If the num callers is >= VG_(clo_backtrace_size), ignore any extra
H A Dm_main.c548 else if VG_BINT_CLO(arg, "--num-callers", VG_(clo_backtrace_size), 1,
/external/valgrind/main/include/
H A Dpub_tool_options.h163 extern Int VG_(clo_backtrace_size);
/external/valgrind/main/drd/
H A Ddrd_clientobj.c33 #include "pub_tool_options.h" // VG_(clo_backtrace_size)
189 VG_(clo_backtrace_size));
H A Ddrd_load_store.c111 VG_(clo_backtrace_size));
H A Ddrd_thread.c43 #include "pub_tool_options.h" // VG_(clo_backtrace_size)
1262 VG_(get_and_pp_StackTrace)(vg_tid, VG_(clo_backtrace_size));
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1159 VG_(get_and_pp_StackTrace)( tid, VG_(clo_backtrace_size) );
1174 VG_(get_and_pp_StackTrace)( tid, VG_(clo_backtrace_size) );
1461 VG_(get_and_pp_StackTrace)( tid, VG_(clo_backtrace_size) );
1480 VG_(get_and_pp_StackTrace)( tid, VG_(clo_backtrace_size) );
/external/valgrind/tsan/
H A Dts_valgrind.cc292 G_flags->num_callers = VG_(clo_backtrace_size);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1155 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
H A Dsyswrap-generic.c92 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
1214 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
3290 //VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
3302 //VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3707 maxNFrames = min_UInt(N_FRAMES, VG_(clo_backtrace_size));

Completed in 202 milliseconds