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

/external/valgrind/main/include/
H A Dpub_tool_stacktrace.h83 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c44 #include "pub_tool_stacktrace.h" // For VG_(get_and_pp_StackTrace)
707 VG_(get_and_pp_StackTrace)
742 VG_(get_and_pp_StackTrace)
861 VG_(get_and_pp_StackTrace) (tid, MEMPOOL_DEBUG_STACKTRACE_DEPTH);
897 VG_(get_and_pp_StackTrace) (tid, MEMPOOL_DEBUG_STACKTRACE_DEPTH);
929 VG_(get_and_pp_StackTrace) (tid, MEMPOOL_DEBUG_STACKTRACE_DEPTH);
1038 VG_(get_and_pp_StackTrace)
1063 VG_(get_and_pp_StackTrace) (tid, MEMPOOL_DEBUG_STACKTRACE_DEPTH);
/external/valgrind/main/drd/
H A Ddrd_clientobj.c185 VG_(get_and_pp_StackTrace)(VG_(get_running_tid)(),
H A Ddrd_suppression.c28 #include "pub_tool_stacktrace.h" // VG_(get_and_pp_StackTrace)()
78 VG_(get_and_pp_StackTrace)(VG_(get_running_tid)(), 12);
H A Ddrd_error.c86 VG_(get_and_pp_StackTrace)(VG_(get_running_tid)(), VG_(clo_backtrace_size));
H A Ddrd_thread.c1262 VG_(get_and_pp_StackTrace)(vg_tid, VG_(clo_backtrace_size));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c58 #include "pub_core_stacktrace.h" // For VG_(get_and_pp_StackTrace)()
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));
1466 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
H A Dsyswrap-main.c46 #include "pub_core_stacktrace.h" // For VG_(get_and_pp_StackTrace)()
1295 VG_(get_and_pp_StackTrace)(tid, VG_(clo_backtrace_size));
1515 VG_(get_and_pp_StackTrace)(tid, 10);
H A Dsyswrap-generic.c58 #include "pub_core_stacktrace.h" // For VG_(get_and_pp_StackTrace)()
94 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));
/external/valgrind/main/coregrind/
H A Dm_libcassert.c342 VG_(get_and_pp_StackTrace)( i, BACKTRACE_DEPTH );
H A Dm_stacktrace.c1475 void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt max_n_ips ) function
H A Dm_signals.c225 #include "pub_core_stacktrace.h" // For VG_(get_and_pp_StackTrace)()
1341 VG_(get_and_pp_StackTrace)(tid, 10);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c87 #include "pub_core_stacktrace.h" // For VG_(get_and_pp_StackTrace)()
1416 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) );

Completed in 6578 milliseconds