HomeSort by: relevance | last modified time | path
    Searched refs:tracing (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/timed/timedc/
timedc-extern.h 46 void tracing(int, char *[]);
cmdtab.c 48 const char tracinghelp[] = "turns tracing on or off";
56 { "trace", tracinghelp, tracing },
cmds.c 434 * Enables or disables tracing on local timedaemon
437 tracing(int argc, char *argv[]) function in typeref:typename:void
446 printf("Usage: tracing { on | off }\n");
492 printf("timed tracing %s\n",
  /src/sys/arch/m68k/060sp/
inetbsd.S 91 tstb %sp@ |# is tracing enabled?
126 # no action associated with the "chk" exception. If tracing is enabled,
132 tstb %sp@ |# is tracing enabled?
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 30 @ r1=0 means that we are tracing an entry event
61 @ 1 means that we are tracing an exit event
91 @ r1=2 means that we are tracing a tail exit event
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 89 tst.b (%sp) # is tracing enabled?
121 # no action associated with the "chk" exception. If tracing is enabled,
127 tst.b (%sp) # is tracing enabled?
  /src/tests/bin/sh/
t_option.sh 77 # if we do not do this, -x tracing splatters stderr
545 # The following just verify regular tracing using -X instead of -x
583 # and that we can put tracing on an external file, leaving stderr alone
594 atf_fail "T1: -X tracing missing printf"
596 atf_fail "T1: -X tracing missing echo"
609 atf_fail "T2: -X tracing missing printf"
611 atf_fail "T2: -X tracing missing exec"
613 atf_fail "T2: -X tracing missing echo after stderr redirect"
626 atf_fail "T3: -X tracing missing printf"
628 atf_fail "T3: -X tracing missing set -X
    [all...]

Completed in 17 milliseconds