Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.cpp161 uint64_t flags_before_id = sample_types[0] & flags_before_id_mask; in GetCommonEventIdPositionsForAttrs() local
166 flags_before_id_are_the_same &= (type & flags_before_id_mask) == flags_before_id; in GetCommonEventIdPositionsForAttrs()
172 while (flags_before_id != 0) { in GetCommonEventIdPositionsForAttrs()
174 flags_before_id &= flags_before_id - 1; in GetCommonEventIdPositionsForAttrs()