Searched refs:do_trace (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | asm-empty-clobber.c | 19 JUMP_LABEL("1", do_trace ); in main() 21 do_trace: in main()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork.c | 230 int do_trace(pid_t child, int num_children) in do_trace() function 371 exit_status = do_trace(child, ++num_vforks); in main() 374 "do_trace %s", in main()
|
/third_party/curl/lib/ |
H A D | ldap.c | 761 static int do_trace = -1; in _ldap_trace() local 764 if(do_trace == -1) { in _ldap_trace() 766 do_trace = (env && strtol(env, NULL, 10) > 0); in _ldap_trace() 768 if(!do_trace) in _ldap_trace()
|
H A D | openldap.c | 526 static int do_trace = -1; in oldap_connect() local 568 if(do_trace < 0) { in oldap_connect() 570 do_trace = (env && strtol(env, NULL, 10) > 0); in oldap_connect() 572 if(do_trace) in oldap_connect() 573 ldap_set_option(li->ld, LDAP_OPT_DEBUG_LEVEL, &do_trace); in oldap_connect()
|
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 197 static void do_trace() in do_trace() function 633 do_trace(); in traceroute_main()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 8348 bool do_trace = log_read ? ShouldTraceVRegs() : ShouldTraceWrites(); in Simulator() local 8349 if (do_trace) { in Simulator()
|
Completed in 25 milliseconds