Searched refs:sample_id_mask (Results 1 – 1 of 1) sorted by relevance
107 const uint64_t sample_id_mask = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in ReadFromBinaryFormat() local110 CHECK_SIZE_U64(p, end, __builtin_popcountll(sample_type & sample_id_mask)); in ReadFromBinaryFormat()