Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c2529 Bool setuid_allowed, trace_this_child; in PRE() local
2578 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG1, child_argv ); in PRE()
2584 setuid_allowed = trace_this_child ? False : True; in PRE()
2594 if (trace_this_child in PRE()
2622 if (trace_this_child) { in PRE()
2660 if (trace_this_child) { in PRE()
2673 if (!trace_this_child) { in PRE()
Dsyswrap-darwin.c2732 Bool trace_this_child ) in simple_pre_exec_check() argument
2749 setuid_allowed = trace_this_child ? False : True; in simple_pre_exec_check()
2766 Bool trace_this_child; in PRE() local
2811 trace_this_child = VG_(should_we_trace_this_child)( (HChar*)ARG2, child_argv ); in PRE()
2817 res = simple_pre_exec_check( (const HChar*)ARG2, trace_this_child ); in PRE()
2826 if (trace_this_child in PRE()
2844 if (trace_this_child) { in PRE()
2878 if (trace_this_child) { in PRE()
2891 if (!trace_this_child) { in PRE()