Searched refs:PERF_SAMPLE_ID (Results 1 – 6 of 6) sorted by relevance
56 {PERF_SAMPLE_ID, "id"}, in SampleTypeToString()92 PERF_SAMPLE_CPU | PERF_SAMPLE_ID; in CreateDefaultPerfEventAttr()168 id_enabled &= (type & PERF_SAMPLE_ID) != 0; in GetCommonEventIdPositionsForAttrs()
95 if (sample_type & PERF_SAMPLE_ID) { in ReadFromBinaryFormat()122 if (sample_type & PERF_SAMPLE_ID) { in WriteToBinaryFormat()142 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) { in Dump()163 if (sample_type & PERF_SAMPLE_ID) { in Size()437 if (sample_type & PERF_SAMPLE_ID) { in SampleRecord()500 sample_type & ~(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in SampleRecord()530 if (sample_type & PERF_SAMPLE_ID) { in SampleRecord()562 if (sample_type & PERF_SAMPLE_ID) { in SampleRecord()728 if (sample_type & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) { in DumpData()
47 if (r1.sample_type & PERF_SAMPLE_ID) { in CheckSampleRecordDataEqual()
56 event_attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST_F()
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()
88 PERF_SAMPLE_ID = 1U << 6, enumerator