Home
last modified time | relevance | path

Searched refs:trace_this_child (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c2709 Bool setuid_allowed, trace_this_child; in PRE() local
2758 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG1, child_argv ); in PRE()
2764 setuid_allowed = trace_this_child ? False : True; in PRE()
2774 if (trace_this_child in PRE()
2802 if (trace_this_child) { in PRE()
2840 if (trace_this_child) { in PRE()
2853 if (!trace_this_child) { in PRE()
Dsyswrap-darwin.c3277 Bool trace_this_child ) in simple_pre_exec_check() argument
3294 setuid_allowed = trace_this_child ? False : True; in simple_pre_exec_check()
3311 Bool trace_this_child; in PRE() local
3356 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG2, child_argv ); in PRE()
3362 res = simple_pre_exec_check( (const HChar*)ARG2, trace_this_child ); in PRE()
3371 if (trace_this_child in PRE()
3389 if (trace_this_child) { in PRE()
3423 if (trace_this_child) { in PRE()
3436 if (!trace_this_child) { in PRE()