Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_attr.cpp202 uint64_t flags_after_id_mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID; in GetCommonEventIdPositionsForAttrs() local
203 uint64_t flags_after_id = sample_types[0] & flags_after_id_mask; in GetCommonEventIdPositionsForAttrs()
206 flags_after_id_are_the_same &= (type & flags_after_id_mask) == flags_after_id; in GetCommonEventIdPositionsForAttrs()