Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_serializer.cc1025 ssize_t new_sample_event_id_pos = EventIdPosition::NotPresent; in UpdateEventIdPositions() local
1028 new_sample_event_id_pos = 0; in UpdateEventIdPositions()
1032 new_sample_event_id_pos = 0; in UpdateEventIdPositions()
1033 if (sample_type & PERF_SAMPLE_IP) new_sample_event_id_pos++; in UpdateEventIdPositions()
1034 if (sample_type & PERF_SAMPLE_TID) new_sample_event_id_pos++; in UpdateEventIdPositions()
1035 if (sample_type & PERF_SAMPLE_TIME) new_sample_event_id_pos++; in UpdateEventIdPositions()
1036 if (sample_type & PERF_SAMPLE_ADDR) new_sample_event_id_pos++; in UpdateEventIdPositions()
1045 sample_event_id_pos_ = new_sample_event_id_pos; in UpdateEventIdPositions()
1047 CHECK_EQ(new_sample_event_id_pos, sample_event_id_pos_) in UpdateEventIdPositions()