| /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 446 printf("Usage: tracing { on | off }\n"); 492 printf("timed tracing %s\n",
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-range-trace.h | 1 /* Header file for the GIMPLE range tracing/debugging facilties. 25 // This class manages range tracing for the ranger and gori components. 26 // Tracing will provide a unique integer index whenever a new trace 37 inline void enable_trace () { tracing = true; } 38 inline void disable_trace () { tracing = false; } 47 bool tracing; member in class:range_tracer 51 // If tracing is enabled, start a new trace header, returning the trace index. 57 if (tracing)
|
| gimple-range-trace.cc | 55 tracing = false; 107 gcc_checking_assert (tracing && counter != 0);
|
| /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/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dscope.d | 434 if (ts && !(ts.att & AliasThisRec.tracing)) 436 ts.att = cast(AliasThisRec)(ts.att | AliasThisRec.tracing); 438 ts.att = cast(AliasThisRec)(ts.att & ~AliasThisRec.tracing); 440 else if(tc && !(tc.att & AliasThisRec.tracing)) 442 tc.att = cast(AliasThisRec)(tc.att | AliasThisRec.tracing); 444 tc.att = cast(AliasThisRec)(tc.att & ~AliasThisRec.tracing);
|
| astenums.d | 318 tracing = 0x4, // mark in progress of implicitConvTo/deduceWild
|
| mtype.d | 5912 if (!(ty == to.ty && sym == (cast(TypeStruct)to).sym) && sym.aliasthis && !(att & AliasThisRec.tracing)) 5916 att = cast(AliasThisRec)(att | AliasThisRec.tracing); 5918 att = cast(AliasThisRec)(att & ~AliasThisRec.tracing); 5949 if (t.hasWild() && sym.aliasthis && !(att & AliasThisRec.tracing)) 5953 att = cast(AliasThisRec)(att | AliasThisRec.tracing); 5955 att = cast(AliasThisRec)(att & ~AliasThisRec.tracing); 6225 if (sym.aliasthis && !(att & AliasThisRec.tracing)) 6229 att = cast(AliasThisRec)(att | AliasThisRec.tracing); 6231 att = cast(AliasThisRec)(att & ~AliasThisRec.tracing); 6274 if (t.hasWild() && sym.aliasthis && !(att & AliasThisRec.tracing)) [all...] |
| /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...] |
| /src/external/bsd/nvi/dist/dist/ |
| ltconfig | 243 --debug enable verbose shell tracing
|
| /src/external/bsd/jemalloc/dist/ |
| configure | 1458 --enable-utrace Enable utrace(2)-based tracing
|
| /src/external/bsd/jemalloc.old/dist/ |
| configure | 1434 --enable-utrace Enable utrace(2)-based tracing
|
| /src/external/gpl2/gmake/dist/config/ |
| texinfo.tex | 222 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/gpl2/groff/dist/doc/ |
| texinfo.tex | 232 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/gpl2/texinfo/dist/doc/ |
| texinfo.tex | 232 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 210 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/bsd/flex/dist/build-aux/ |
| texinfo.tex | 210 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/gpl2/xcvs/dist/build-aux/ |
| texinfo.tex | 236 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/gpl3/autoconf/dist/build-aux/ |
| texinfo.tex | 209 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/gpl3/binutils/dist/texinfo/ |
| texinfo.tex | 236 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/gpl3/binutils.old/dist/texinfo/ |
| texinfo.tex | 236 % some effort to order the tracing commands to reduce output in the log
|
| /src/external/gpl3/gcc.old/dist/gcc/doc/include/ |
| texinfo.tex | 209 % some effort to order the tracing commands to reduce output in the log
|