Searched defs:tracing (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/tracing/
H A Dtrace-event.cc5 #include "src/tracing/trace-event.h"
11 namespace tracing { namespace in namespace:v8::internal
17 } // namespace tracing
H A Dtrace-event.h36 #define TRACE_STR_COPY(str) v8::internal::tracing::TraceStringWithCopy(str)
40 #define TRACE_ID_MANGLE(id) v8::internal::tracing::TraceID::ForceMangle(id)
44 #define TRACE_ID_DONT_MANGLE(id) v8::internal::tracing::TraceID::DontMangle(id)
59 v8::internal::tracing::TraceEventSamplingStateScope<bucket_number>::Set( \
64 v8::internal::tracing::TraceEventSamplingStateScope<bucket_number>::Current()
89 // Implementation specific tracing API definitions.
94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled,
95 // TRACE_EVENT_API_ADD_TRACE_EVENT can be called. It's OK if tracing is disabled
96 // between the load of the tracing stat
287 namespace tracing { namespace in namespace:v8::internal
[all...]
/external/webrtc/webrtc/base/
H A Devent_tracer.h11 // 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
H A Devent_tracer.cc74 namespace tracing { namespace in namespace:rtc
221 // Fast path for when event tracing is inactive.
269 } // namespace tracing
/external/libcxx/test/libcxx/test/
H A Dexecutor.py3 from libcxx.test import tracing namespace
156 self.local_run = tracing.trace_function(
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java134 public final boolean tracing; field in class:PeerConnectionClient.PeerConnectionParameters
149 boolean videoCallEnabled, boolean loopback, boolean tracing,
156 this.tracing = tracing;
296 if (peerConnectionParameters.tracing) {
465 // Set default WebRTC tracing and INFO libjingle logging.
148 PeerConnectionParameters( boolean videoCallEnabled, boolean loopback, boolean tracing, int videoWidth, int videoHeight, int videoFps, int videoStartBitrate, String videoCodec, boolean videoCodecHwAcceleration, boolean captureToTexture, int audioStartBitrate, String audioCodec, boolean noAudioProcessing, boolean aecDump, boolean useOpenSLES) argument

Completed in 471 milliseconds