Home | History | Annotate | Download | only in include

Lines Matching refs:VG_

50 // short-lived stack trace, use VG_(get_StackTrace)().
52 // If called from generated code, use VG_(get_running_tid)() to get the
61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
63 // Trivial version of VG_(record_ExeContext), which just records the
70 ExeContext* VG_(record_depth_1_ExeContext)( ThreadId tid );
75 extern void VG_(apply_ExeContext)( void(*action)(UInt n, Addr ip),
82 extern Bool VG_(eq_ExeContext) ( VgRes res, ExeContext* e1, ExeContext* e2 );
85 extern void VG_(pp_ExeContext) ( ExeContext* ec );
91 extern UInt VG_(get_ECU_from_ExeContext)( ExeContext* e );
94 extern Int VG_(get_ExeContext_n_ips)( ExeContext* e );
98 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
101 ExeContext* VG_(make_depth_1_ExeContext_from_Addr)( Addr a );
106 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) {
111 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips );