Home
last modified time | relevance | path

Searched refs:TRACE_EVENT_END0 (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker_unittest.cc133 TRACE_EVENT_END0("Testing", kDonut); in TEST_F()
139 TRACE_EVENT_END0("Testing", kEclair); in TEST_F()
142 TRACE_EVENT_END0("Testing", kCupcake); in TEST_F()
148 TRACE_EVENT_END0("Testing", kFroyo); in TEST_F()
175 TRACE_EVENT_END0("Testing", kCupcake); in TEST_F()
184 TRACE_EVENT_END0("Testing", kFroyo); in TEST_F()
Dtrace_event_unittest.cc431 TRACE_EVENT_END0("all", "TRACE_EVENT_END0 call"); in TraceWithAllMacroVariants()
2921 TRACE_EVENT_END0("a", "begin_end"); in TEST_F()
/external/v8/src/
Dlog-inl.h45 TRACE_EVENT_END0("v8", name); in CallEventLogger()
51 TRACE_EVENT_END0(TRACE_DISABLED_BY_DEFAULT("v8"), name); in CallEventLogger()
/external/v8/test/cctest/
Dtest-trace-event.cc118 TRACE_EVENT_END0("cat", "e1"); in TEST()
132 TRACE_EVENT_END0("v8-cat", "e1"); in TEST()
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc417 TRACE_EVENT_END0("cat2", "name5"); // not found (duration too short) in TEST_F()
418 TRACE_EVENT_END0("cat2", "name3"); // found by duration query in TEST_F()
420 TRACE_EVENT_END0("noise", "name2"); // not searched for, just noise in TEST_F()
421 TRACE_EVENT_END0("cat1", "name1"); // found by duration query in TEST_F()
491 TRACE_EVENT_END0("cat1", "name1"); // does not match out of order begin in TEST_F()
495 TRACE_EVENT_END0("cat1", "name2"); in TEST_F()
/external/skia/src/core/
DSkPixelRef.cpp143 TRACE_EVENT_END0("skia", "SkPixelRef::lockPixelsMutex"); in lockPixels()
DSkTraceEventCommon.h383 #define TRACE_EVENT_END0(category_group, name) \ macro
/external/webrtc/webrtc/base/
Dthread.cc427 TRACE_EVENT_END0("webrtc", "Thread::Invoke"); in InvokeEnd()
Dtrace_event.h261 #define TRACE_EVENT_END0(category, name) \ macro
/external/libchrome/base/trace_event/common/
Dtrace_event_common.h375 #define TRACE_EVENT_END0(category_group, name) \ macro
/external/v8/base/trace_event/common/
Dtrace_event_common.h375 #define TRACE_EVENT_END0(category_group, name) \ macro