Home
last modified time | relevance | path

Searched refs:categoryGroupEnabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DTraceEvent.h507 if (*INTERNALTRACEEVENTUID(categoryGroupEnabled)) { \
570 static const unsigned char* INTERNALTRACEEVENTUID(categoryGroupEnabled) = 0; \
571 WTF_ANNOTATE_BENIGN_RACE(&INTERNALTRACEEVENTUID(categoryGroupEnabled), \
573 if (!INTERNALTRACEEVENTUID(categoryGroupEnabled)) { \
574 INTERNALTRACEEVENTUID(categoryGroupEnabled) = \
583 if (*INTERNALTRACEEVENTUID(categoryGroupEnabled)) { \
585 phase, INTERNALTRACEEVENTUID(categoryGroupEnabled), name, \
596 if (*INTERNALTRACEEVENTUID(categoryGroupEnabled)) { \
600 INTERNALTRACEEVENTUID(categoryGroupEnabled), \
604 INTERNALTRACEEVENTUID(categoryGroupEnabled), name, h); \
[all …]
/external/chromium_org/third_party/angle/src/common/
Devent_tracer.h11 typedef void (*AddTraceEventFunc)(char phase, const unsigned char* categoryGroupEnabled, const char…
27 void TraceAddTraceEvent(char phase, const unsigned char* categoryGroupEnabled, const char* name, un…
Devent_tracer.cpp39 void TraceAddTraceEvent(char phase, const unsigned char* categoryGroupEnabled, const char* name, un… in TraceAddTraceEvent() argument
45 …g_addTraceEvent(phase, categoryGroupEnabled, name, id, numArgs, argNames, argTypes, argValues, fla… in TraceAddTraceEvent()
/external/chromium_org/ui/gl/
Dgl_implementation_win.cc89 const unsigned char* categoryGroupEnabled,