Searched refs:new_other_event_id_pos (Results 1 - 1 of 1) sorted by relevance

/external/perf_data_converter/src/quipper/
H A Dperf_serializer.cc1026 ssize_t new_other_event_id_pos = EventIdPosition::NotPresent; local
1029 new_other_event_id_pos = 1;
1039 new_other_event_id_pos = 1;
1040 if (sample_type & PERF_SAMPLE_CPU) new_other_event_id_pos++;
1041 if (sample_type & PERF_SAMPLE_STREAM_ID) new_other_event_id_pos++;
1051 other_event_id_pos_ = new_other_event_id_pos;
1053 CHECK_EQ(new_other_event_id_pos, other_event_id_pos_)

Completed in 143 milliseconds