Searched refs:PERF_SAMPLE_TID (Results 1 – 6 of 6) sorted by relevance
64 {PERF_SAMPLE_TID, "tid"}, in SampleTypeToString()91 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_PERIOD | in CreateDefaultPerfEventAttr()162 uint64_t flags_before_id_mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_IP | PERF_SAMPLE_TID | in GetCommonEventIdPositionsForAttrs()
89 if (sample_type & PERF_SAMPLE_TID) { in ReadFromBinaryFormat()116 if (sample_type & PERF_SAMPLE_TID) { in WriteToBinaryFormat()136 if (sample_type & PERF_SAMPLE_TID) { in Dump()157 if (sample_type & PERF_SAMPLE_TID) { in Size()428 if (sample_type & PERF_SAMPLE_TID) { in SampleRecord()500 sample_type & ~(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in SampleRecord()524 if (sample_type & PERF_SAMPLE_TID) { in SampleRecord()556 if (sample_type & PERF_SAMPLE_TID) { in SampleRecord()719 if (sample_type & PERF_SAMPLE_TID) { in DumpData()
40 if (r1.sample_type & PERF_SAMPLE_TID) { in CheckSampleRecordDataEqual()
56 event_attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST_F()
114 if (sample_type_ & PERF_SAMPLE_TID) { in RecordParser()
83 PERF_SAMPLE_TID = 1U << 1, enumerator