HomeSort by relevance Sort by last modified time
    Searched defs:tracing (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/test/base/
tracing.h 13 namespace tracing { namespace
16 // Begin tracing specified category_patterns on the browser.
49 } // namespace tracing
tracing.cc 5 #include "chrome/test/base/tracing.h"
166 namespace tracing { namespace
189 } // namespace tracing
  /external/chromium_org/components/tracing/
child_trace_message_filter.h 16 namespace tracing { namespace
63 } // namespace tracing
child_trace_message_filter.cc 5 #include "components/tracing/child_trace_message_filter.h"
9 #include "components/tracing/tracing_messages.h"
14 namespace tracing { namespace
173 } // namespace tracing
  /external/oprofile/daemon/
opd_trans.h 42 enum tracing_type tracing; member in struct:transient
  /external/qemu/hw/android/goldfish/
trace.c 21 /* Set to 1 to debug tracing */
39 // TODO(digit): Re-enable tracing some day?
40 #define tracing 0 macro
207 case TRACE_DEV_REG_ENABLE: // tracing enable: 0 = stop, 1 = start
223 if (tracing) {
249 case TRACE_DEV_REG_ENABLE: // tracing enable
250 return tracing;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.c 20 char tracing_events_path[PATH_MAX + 1] = "/sys/kernel/debug/tracing/events";
251 mountpoint, "tracing/events");
284 * Finds the path to the debugfs/tracing
289 static char *tracing; local
294 return tracing;
300 tracing = malloc(strlen(debugfs) + 9);
301 if (!tracing)
304 sprintf(tracing, "%s/tracing", debugfs);
307 return tracing;
312 const char *tracing; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 64 /* 'tracing' keeps track of the execution depth when tracing/profiling.
67 int tracing; member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 64 /* 'tracing' keeps track of the execution depth when tracing/profiling.
67 int tracing; member in struct:_ts
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 193 milliseconds