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

  /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)
  /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)
  /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/
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
  /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
  /src/usr.sbin/timed/timedc/
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/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/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/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...]

Completed in 39 milliseconds