HomeSort by relevance Sort by last modified time
    Searched refs:other_event (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/test/
trace_event_analyzer_unittest.cc 138 event.other_event = &other;
589 EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_PAST, found[0]->other_event->phase);
590 EXPECT_TRUE(found[0]->other_event->other_event);
592 found[0]->other_event->other_event->phase);
595 EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_INTO, found[1]->other_event->phase);
596 EXPECT_TRUE(found[1]->other_event->other_event);
598 found[1]->other_event->other_event->phase)
    [all...]
trace_event_analyzer.cc 24 other_event(NULL) {
113 return fabs(other_event->timestamp - timestamp);
433 &event : event.other_event;
488 *num = event.other_event ? 1.0 : 0.0;
502 &event : event.other_event;
754 const TraceEvent* other_backup = begin_event.other_event;
755 begin_event.other_event = &this_event;
764 begin_event.other_event = other_backup;
779 const TraceEvent* other = raw_events_[i].other_event;
791 other = other->other_event;
    [all...]
trace_event_analyzer.h 117 bool has_other_event() const { return other_event; }
120 // event. Must have already verified that other_event exists by
166 const TraceEvent* other_event; member in struct:trace_analyzer::TraceEvent
280 // Access the associated other_event's members:
581 // other_event member of TraceEvent. This should be used to associate two
595 // event's other_event member point to the other. AssociateEvents does not
599 // NOTE: AssociateEvents will overwrite existing other_event associations if
608 // For each event, copy its arguments to the other_event argument map. If

Completed in 357 milliseconds