Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc67 if (other->flags_ & TRACE_EVENT_FLAG_HAS_PROCESS_ID) in MoveFrom()
282 if ((flags_ & TRACE_EVENT_FLAG_HAS_PROCESS_ID) && in AppendAsJSON()
Dtrace_log.cc1150 flags | TRACE_EVENT_FLAG_HAS_PROCESS_ID); in AddTraceEventWithProcessId()
/external/libchrome/base/trace_event/common/
Dtrace_event_common.h1069 #define TRACE_EVENT_FLAG_HAS_PROCESS_ID (static_cast<unsigned int>(1 << 11)) macro
/external/v8/base/trace_event/common/
Dtrace_event_common.h1100 #define TRACE_EVENT_FLAG_HAS_PROCESS_ID (static_cast<unsigned int>(1 << 11)) macro