Searched refs:flags_before_id_mask (Results 1 – 1 of 1) sorted by relevance
159 uint64_t flags_before_id_mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | PERF_SAMPLE_TID | in GetCommonEventIdPositionsForAttrs() local161 uint64_t flags_before_id = sample_types[0] & flags_before_id_mask; in GetCommonEventIdPositionsForAttrs()166 flags_before_id_are_the_same &= (type & flags_before_id_mask) == flags_before_id; in GetCommonEventIdPositionsForAttrs()