Home
last modified time | relevance | path

Searched refs:GetEventByHandleInternal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/debug/
Dtrace_event_impl.h714 TraceEvent* GetEventByHandleInternal(TraceEventHandle handle,
Dtrace_event_impl.cc2131 TraceEvent* trace_event = GetEventByHandleInternal(handle, &lock); in UpdateTraceEventDuration()
2264 return GetEventByHandleInternal(handle, NULL); in GetEventByHandle()
2267 TraceEvent* TraceLog::GetEventByHandleInternal(TraceEventHandle handle, in GetEventByHandleInternal() function in base::debug::TraceLog