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.cc804 TraceEvent& begin_event = *begin_stack[stack_index]; in AssociateEvents() local
807 const TraceEvent* other_backup = begin_event.other_event; in AssociateEvents()
808 begin_event.other_event = &this_event; in AssociateEvents()
809 if (match.Evaluate(begin_event)) { in AssociateEvents()
812 this_event.prev_event = &begin_event; in AssociateEvents()
819 begin_event.other_event = other_backup; in AssociateEvents()