Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_TIME (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Devent_attr.cpp65 {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()
H A Drecord.cpp92 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()
H A Drecord_equal_test.h44 if (r1.sample_type & PERF_SAMPLE_TIME) { in CheckSampleRecordDataEqual()
H A Drecord_test.cpp56 event_attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID | in TEST_F()
H A DRecordReadThread.cpp118 if (sample_type_ & PERF_SAMPLE_TIME) { in RecordParser()
126 if ((sample_type_ & PERF_SAMPLE_TIME) && attr.sample_id_all) { in RecordParser()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h84 PERF_SAMPLE_TIME = 1U << 2, enumerator