Searched refs:new_other_event_id_pos (Results 1 – 1 of 1) sorted by relevance
1026 ssize_t new_other_event_id_pos = EventIdPosition::NotPresent; in UpdateEventIdPositions() local1029 new_other_event_id_pos = 1; in UpdateEventIdPositions()1039 new_other_event_id_pos = 1; in UpdateEventIdPositions()1040 if (sample_type & PERF_SAMPLE_CPU) new_other_event_id_pos++; in UpdateEventIdPositions()1041 if (sample_type & PERF_SAMPLE_STREAM_ID) new_other_event_id_pos++; in UpdateEventIdPositions()1051 other_event_id_pos_ = new_other_event_id_pos; in UpdateEventIdPositions()1053 CHECK_EQ(new_other_event_id_pos, other_event_id_pos_) in UpdateEventIdPositions()