Searched refs:PERF_SAMPLE_STREAM_ID (Results 1 – 4 of 4) sorted by relevance
63 {PERF_SAMPLE_STREAM_ID, "stream_id"}, in SampleTypeToString()202 uint64_t flags_after_id_mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID; in GetCommonEventIdPositionsForAttrs()
98 if (sample_type & PERF_SAMPLE_STREAM_ID) { in ReadFromBinaryFormat()125 if (sample_type & PERF_SAMPLE_STREAM_ID) { in WriteToBinaryFormat()145 if (sample_type & PERF_SAMPLE_STREAM_ID) { in Dump()166 if (sample_type & PERF_SAMPLE_STREAM_ID) { in Size()440 if (sample_type & PERF_SAMPLE_STREAM_ID) { in SampleRecord()731 if (sample_type & PERF_SAMPLE_STREAM_ID) { in DumpData()
122 mask = PERF_SAMPLE_ADDR | PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | in RecordParser()127 mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_ID; in RecordParser()
91 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator