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

1 2 3

  /external/webrtc/webrtc/base/
event_tracer.h 11 // This file defines the interface for event tracing in WebRTC.
14 // provide two function pointers to handle event tracing calls.
17 // Event tracing system calls this function to determine if a particular
21 // Adds a tracing event. It is the user's responsibility to log the data
44 // User of WebRTC can call this method to setup event tracing.
52 // This class defines interface for the event tracing system to call
74 namespace tracing { namespace in namespace:rtc
80 // Make sure we run this, this will tear down the internal tracing.
82 } // namespace tracing
event_tracer.cc 74 namespace tracing { namespace in namespace:rtc
221 // Fast path for when event tracing is inactive.
269 } // namespace tracing
  /external/v8/src/libplatform/tracing/
trace-config.cc 7 #include "include/libplatform/v8-tracing.h"
15 namespace tracing { namespace in namespace:v8::platform
40 } // namespace tracing
trace-writer.h 8 #include "include/libplatform/v8-tracing.h"
12 namespace tracing { namespace in namespace:v8::platform
29 } // namespace tracing
trace-buffer.h 11 #include "include/libplatform/v8-tracing.h"
16 namespace tracing { namespace in namespace:v8::platform
44 } // namespace tracing
trace-object.cc 5 #include "include/libplatform/v8-tracing.h"
14 namespace tracing { namespace in namespace:v8::platform
135 } // namespace tracing
trace-buffer.cc 5 #include "src/libplatform/tracing/trace-buffer.h"
9 namespace tracing { namespace in namespace:v8::platform
107 } // namespace tracing
trace-writer.cc 5 #include "src/libplatform/tracing/trace-writer.h"
15 namespace tracing { namespace in namespace:v8::platform
174 } // namespace tracing
tracing-controller.cc 8 #include "include/libplatform/v8-tracing.h"
14 namespace tracing { namespace in namespace:v8::platform
25 "toplevel", "tracing already shutdown",
26 "tracing categories exhausted; must increase MAX_CATEGORY_GROUPS",
216 } // namespace tracing
  /external/v8/src/tracing/
trace-event.cc 5 #include "src/tracing/trace-event.h"
11 #include "src/tracing/traced-value.h"
16 namespace tracing { namespace in namespace:v8::internal
24 auto value = v8::tracing::TracedValue::Create();
26 v8::internal::tracing::AddTraceEvent(
28 v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId,
29 v8::internal::tracing::kNoId, TRACE_EVENT_FLAG_NONE,
32 v8::internal::tracing::AddTraceEvent(
34 v8::internal::tracing::kGlobalScope, v8::internal::tracing::kNoId
    [all...]
traced-value.h 17 namespace tracing { namespace in namespace:v8
67 } // namespace tracing
tracing-category-observer.h 11 namespace tracing { namespace in namespace:v8
32 } // namespace tracing
tracing-category-observer.cc 5 #include "src/tracing/tracing-category-observer.h"
8 #include "src/tracing/trace-event.h"
12 namespace tracing { namespace in namespace:v8
64 } // namespace tracing
traced-value.cc 5 #include "src/tracing/traced-value.h"
11 namespace tracing { namespace in namespace:v8
192 } // namespace tracing
  /external/v8/src/libplatform/
default-platform.h 15 #include "include/libplatform/v8-tracing.h"
29 namespace tracing { namespace in namespace:v8::platform
69 void SetTracingController(tracing::TracingController* tracing_controller);
94 std::unique_ptr<tracing::TracingController> tracing_controller_;
  /external/v8/src/ic/
ic-stats.h 18 namespace tracing { namespace in namespace:v8
30 void AppendToTracedValue(v8::tracing::TracedValue* value) const;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 64 /* 'tracing' keeps track of the execution depth when tracing/profiling.
67 int tracing; member in struct:_ts
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 64 /* 'tracing' keeps track of the execution depth when tracing/profiling.
67 int tracing; member in struct:_ts
  /external/python/cpython2/Include/
pystate.h 64 /* 'tracing' keeps track of the execution depth when tracing/profiling.
67 int tracing; member in struct:_ts
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h 64 /* 'tracing' keeps track of the execution depth when tracing/profiling.
67 int tracing; member in struct:_ts
  /prebuilts/gdb/linux-x86/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/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
  /external/python/cpython3/Include/
pystate.h 87 /* 'tracing' keeps track of the execution depth when tracing/profiling.
90 int tracing; member in struct:_ts
  /external/v8/include/libplatform/
v8-tracing.h 23 namespace tracing { namespace in namespace:v8::platform
266 } // namespace tracing

Completed in 267 milliseconds

1 2 3