Home
last modified time | relevance | path

Searched refs:should_we_trace_this_child (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_options.h369 extern Bool VG_(should_we_trace_this_child) ( const HChar* child_exe_name,
Dm_options.c320 Bool VG_(should_we_trace_this_child) ( const HChar* child_exe_name, in VG_() argument
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c2881 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG1, child_argv ); in PRE()
Dsyswrap-solaris.c1392 Bool trace_this_child = VG_(should_we_trace_this_child)((HChar *) ARG1, in PRE()
3630 Bool trace_this_child = VG_(should_we_trace_this_child)(fname, child_argv); in PRE()
Dsyswrap-darwin.c3449 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG2, child_argv ); in PRE()