Home
last modified time | relevance | path

Searched refs:TRACE_EVENT_BEGIN0 (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dtrace.h17 TRACE_EVENT_BEGIN0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dtrace.h17 TRACE_EVENT_BEGIN0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DQueueD3D12.cpp40 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQueueVk.cpp46 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, in SubmitImpl()
/third_party/cef/tests/ceftests/
Dtracing_unittest.cc149 TRACE_EVENT_BEGIN0(kTraceTestCategory, "TT_TRACE_EVENT_BEGIN0"); in TestTracing()
173 TRACE_EVENT_BEGIN0(kTraceTestCategory, "TT_TRACE_EVENT_END0"); in TestTracing()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DQueueGL.cpp32 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferGL::Execute"); in SubmitImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DQueueMTL.mm39 TRACE_EVENT_BEGIN0(GetDevice()->GetPlatform(), Recording, "CommandBufferMTL::FillCommands");
/third_party/cef/libcef/common/
Dbase_impl.cc95 TRACE_EVENT_BEGIN0(kCategory, name); in cef_trace_event_begin()
/third_party/cef/include/base/
Dcef_trace_event.h209 #define TRACE_EVENT_BEGIN0(category, name) \ macro
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/trace_event/
Dtrace_event.h196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ macro
/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/
Dtrace_event.h196 #define TRACE_EVENT_BEGIN0(platform, category, name) \ macro
/third_party/node/src/tracing/
Dtrace_event_common.h282 #define TRACE_EVENT_BEGIN0(category_group, name) \ macro
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
DTraceEvent.h202 #define TRACE_EVENT_BEGIN0(platform, category, name) \ macro
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch3581 +#define TRACE_EVENT_BEGIN0(category_group, name) \
3585 + TRACE_EVENT_BEGIN0(category_group, \
3589 + TRACE_EVENT_BEGIN0(category_group, GetStringFromArgs(name, arg1_name, \
3592 #define TRACE_EVENT_BEGIN0(category_group, name) \
3604 + TRACE_EVENT_BEGIN0(category_group, name)