Searched refs:addTraceEvent (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
H A Devent_tracer.cpp18 AddTraceEventFunc addTraceEvent)
21 gl::g_addTraceEvent = addTraceEvent;
17 SetTraceFunctionPointers(GetCategoryEnabledFlagFunc getCategoryEnabledFlag, AddTraceEventFunc addTraceEvent) argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DEventTracer.h54 static TraceEvent::TraceEventHandle addTraceEvent(char phase,
H A DEventTracer.cpp66 TraceEvent::TraceEventHandle EventTracer::addTraceEvent(char phase, const unsigned char* categoryEnabledFlag, function in class:WebCore::EventTracer
70 return blink::Platform::current()->addTraceEvent(phase, categoryEnabledFlag, name, id, numArgs, argNames, argTypes, argValues, flags);
H A DTraceEvent.h151 // not intended to be multithread safe. It optimizes access to addTraceEvent
153 // cause some threads to incorrectly call or skip calling addTraceEvent near
156 // because addTraceEvent is threadsafe internally and checks the enabled state
546 WebCore::EventTracer::addTraceEvent
584 WebCore::TraceEvent::addTraceEvent( \
598 WebCore::TraceEvent::addTraceEvent( \
617 WebCore::TraceEvent::addTraceEvent( \
666 // Specify these values when the corresponding argument of addTraceEvent is not
790 // These addTraceEvent template functions are defined here instead of in the
795 static inline TraceEventHandle addTraceEvent( function in namespace:WebCore::TraceEvent
809 static inline TraceEventHandle addTraceEvent( function in namespace:WebCore::TraceEvent
829 static inline TraceEventHandle addTraceEvent( function in namespace:WebCore::TraceEvent
[all...]
/external/chromium_org/third_party/angle/src/third_party/trace_event/
H A Dtrace_event.h130 // not intended to be multithread safe. It optimizes access to addTraceEvent
132 // cause some threads to incorrectly call or skip calling addTraceEvent near
135 // because addTraceEvent is threadsafe internally and checks the enabled state
503 gl::TraceEvent::addTraceEvent( \
517 gl::TraceEvent::addTraceEvent( \
536 gl::TraceEvent::addTraceEvent( \
579 // Specify these values when the corresponding argument of addTraceEvent is not
688 // These addTraceEvent template functions are defined here instead of in the
693 static inline void addTraceEvent(char phase, function in namespace:gl::TraceEvent
705 static inline void addTraceEvent(cha function in namespace:gl::TraceEvent
723 static inline void addTraceEvent(char phase, function in namespace:gl::TraceEvent
[all...]
/external/chromium_org/webkit/child/
H A Dwebkitplatformsupport_impl.h81 virtual TraceEventHandle addTraceEvent(
H A Dwebkitplatformsupport_impl.cc478 blink::Platform::TraceEventHandle WebKitPlatformSupportImpl::addTraceEvent( function in class:webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h446 // addTraceEvent is expected to be called by the trace event macros.
467 // returned from addTraceEvent().
497 // call to addTraceEvent with a BEGIN phase.
505 // string) as temporary so that they will be copied by addTraceEvent.
510 virtual TraceEventHandle addTraceEvent( function in class:blink::Platform

Completed in 247 milliseconds