Searched refs:PERF_SAMPLE_TIME (Results 1 – 6 of 6) sorted by relevance
65 {PERF_SAMPLE_TIME, "time"}, in SampleTypeToString()91 attr.sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_PERIOD | in CreateDefaultPerfEventAttr()163 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR; in GetCommonEventIdPositionsForAttrs()227 return attr.sample_id_all && (attr.sample_type & PERF_SAMPLE_TIME); in IsTimestampSupported()
92 if (sample_type & PERF_SAMPLE_TIME) { in ReadFromBinaryFormat()119 if (sample_type & PERF_SAMPLE_TIME) { in WriteToBinaryFormat()139 if (sample_type & PERF_SAMPLE_TIME) { in Dump()160 if (sample_type & PERF_SAMPLE_TIME) { in Size()431 if (sample_type & PERF_SAMPLE_TIME) { in SampleRecord()500 sample_type & ~(PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in SampleRecord()527 if (sample_type & PERF_SAMPLE_TIME) { in SampleRecord()559 if (sample_type & PERF_SAMPLE_TIME) { in SampleRecord()722 if (sample_type & PERF_SAMPLE_TIME) { in DumpData()
44 if (r1.sample_type & PERF_SAMPLE_TIME) { in CheckSampleRecordDataEqual()
56 event_attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST_F()
118 if (sample_type_ & PERF_SAMPLE_TIME) { in RecordParser()126 if ((sample_type_ & PERF_SAMPLE_TIME) && attr.sample_id_all) { in RecordParser()
84 PERF_SAMPLE_TIME = 1U << 2, enumerator