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

1 2 3

  /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 },
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-trace.h 1 /* Header file for the GIMPLE range tracing/debugging facilities.
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/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/external/gpl3/gdb.old/dist/sim/microblaze/
interp.c 113 static int tracing = 0; variable
151 if (tracing)
225 if (tracing)
302 if (tracing)
  /src/external/gpl3/gdb.old/dist/gdb/
ax.h 129 /* For the data tracing facility, we need to insert `trace' bytecodes
135 Setting the flag 'tracing' to true enables the code that
138 bool tracing = false;
137 bool tracing = false; member in struct:agent_expr
ax-gdb.c 202 classes, and generate tracing bytecodes for each. */
253 an expression being used for tracing. */
264 if (ax->tracing)
321 /* If we're not tracing, just pop the value. */
325 if (ax->tracing
376 if (ax->tracing)
1244 if (ax->tracing)
1671 /* No support for tracing user registers yet. */
1695 if (ax->tracing)
1794 However, if the tracing kludge is in effect, then we alway
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ax.h 129 /* For the data tracing facility, we need to insert `trace' bytecodes
135 Setting the flag 'tracing' to true enables the code that
138 bool tracing = false;
137 bool tracing = false; member in struct:agent_expr
ax-gdb.c 202 classes, and generate tracing bytecodes for each. */
253 an expression being used for tracing. */
264 if (ax->tracing)
321 /* If we're not tracing, just pop the value. */
325 if (ax->tracing
376 if (ax->tracing)
1243 if (ax->tracing)
1670 /* No support for tracing user registers yet. */
1694 if (ax->tracing)
1793 However, if the tracing kludge is in effect, then we alway
    [all...]
  /src/external/gpl3/gdb/dist/sim/microblaze/
interp.c 113 static int tracing = 0; variable
151 if (tracing)
225 if (tracing)
302 if (tracing)
  /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);
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.h 66 IP_AGENT_EXPORT_VAR_DECL int tracing; variable
tracepoint.cc 37 agent (IPA), a shared library that includes a tracing agent that is
42 call the in-process tracing agent, and then execute the original
50 something from GDBserver (trace buffer is full, tracing stopped for
114 # define tracing IPA_SYM_EXPORTED_NAME (tracing) macro
193 IPA_SYM(tracing),
334 tracing stopped in the IPA for some reason. E.g., due to
338 The IPA's trace buffer is never in circular tracing mode: instead,
685 /* A static tracepoint, implemented by a program call into a tracing
728 terminate the entire tracing run. *
1236 IP_AGENT_EXPORT_VAR int tracing; variable
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.h 66 IP_AGENT_EXPORT_VAR_DECL int tracing; variable
tracepoint.cc 37 agent (IPA), a shared library that includes a tracing agent that is
42 call the in-process tracing agent, and then execute the original
50 something from GDBserver (trace buffer is full, tracing stopped for
114 # define tracing IPA_SYM_EXPORTED_NAME (tracing) macro
191 IPA_SYM(tracing),
265 tracing stopped in the IPA for some reason. E.g., due to
269 The IPA's trace buffer is never in circular tracing mode: instead,
625 terminate the entire tracing run. */
805 /* The results of tracing go into a fixed-size space known as th
1133 IP_AGENT_EXPORT_VAR int tracing; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
trace-commands.exp 44 gdb_test "show trace-commands" "State of GDB CLI command tracing is off\\." \
60 # Turn on command tracing.
65 {\+show trace-commands[\r\n]+State of GDB CLI command tracing is on\.} \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
trace-commands.exp 44 gdb_test "show trace-commands" "State of GDB CLI command tracing is off\\." \
60 # Turn on command tracing.
65 {\+show trace-commands[\r\n]+State of GDB CLI command tracing is on\.} \
  /src/external/gpl3/gdb.old/dist/sim/mcore/
interp.c 290 static int tracing = 0; variable
405 if (tracing)
579 if (tracing && RD == 15)
707 if (tracing)
790 if (tracing)
1096 if (tracing)
1104 if (tracing)
1121 if (tracing)
1132 if (tracing)
1212 if (tracing)
    [all...]
  /src/external/gpl3/gdb/dist/sim/mcore/
interp.c 290 static int tracing = 0; variable
405 if (tracing)
579 if (tracing && RD == 15)
707 if (tracing)
790 if (tracing)
1096 if (tracing)
1104 if (tracing)
1121 if (tracing)
1132 if (tracing)
1212 if (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...]

Completed in 59 milliseconds

1 2 3