Searched refs:get_StackTrace (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h61 extern UInt VG_(get_StackTrace) ( ThreadId tid,
82 // calling VG_(get_StackTrace)() then VG_(pp_StackTrace)().
/external/valgrind/main/coregrind/
H A Dm_execontext.c341 n_ips = VG_(get_StackTrace)( tid, ips, VG_(clo_backtrace_size),
H A Dm_stacktrace.c1384 UInt VG_(get_StackTrace) ( ThreadId tid, function
1479 = VG_(get_StackTrace)(tid, ips, max_n_ips,
/external/valgrind/main/massif/
H A Dms_main.c859 n_ips = VG_(get_StackTrace)( tid, ips, clo_depth + overestimate,
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c50 #include "pub_core_stacktrace.h" // VG_(get_StackTrace) XXX: circular dependency
3342 n_frames = VG_(get_StackTrace)( tid, ips, N_FRAMES,
/external/valgrind/main/helgrind/
H A Dhg_main.c5345 nActual = (UWord)VG_(get_StackTrace)( tid, frames, (UInt)nRequest,

Completed in 106 milliseconds