Searched refs:trace_this_child (Results 1 – 2 of 2) sorted by relevance
2709 Bool setuid_allowed, trace_this_child; in PRE() local2758 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()
3277 Bool trace_this_child ) in simple_pre_exec_check() argument3294 setuid_allowed = trace_this_child ? False : True; in simple_pre_exec_check()3311 Bool trace_this_child; in PRE() local3356 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()