Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtrace_event_analyzer.cc748 TraceEvent& begin_event = *begin_stack[stack_index]; in AssociateEvents() local
751 const TraceEvent* other_backup = begin_event.other_event; in AssociateEvents()
752 begin_event.other_event = &this_event; in AssociateEvents()
753 if (match.Evaluate(begin_event)) { in AssociateEvents()
761 begin_event.other_event = other_backup; in AssociateEvents()