Home
last modified time | relevance | path

Searched refs:make_ExeContext_from_StackTrace (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/include/
Dpub_tool_execontext.h114 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
/external/valgrind/coregrind/
Dm_execontext.c541 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips ) in VG_() argument
/external/valgrind/massif/
Dms_main.c580 return VG_(make_ExeContext_from_StackTrace)(ips+1, n_ips-1); in make_ec()
582 return VG_(make_ExeContext_from_StackTrace)(ips, n_ips); in make_ec()
/external/valgrind/helgrind/
Dlibhb_core.c4740 *resEC = VG_(make_ExeContext_from_StackTrace)(ref_rcec->frames, in libhb_event_map_lookup()