Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_attr.cpp64 {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()
H A Drecord.cpp89 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()
H A Drecord_equal_test.h40 if (r1.sample_type & PERF_SAMPLE_TID) { 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.cpp114 if (sample_type_ & PERF_SAMPLE_TID) { in RecordParser()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h83 PERF_SAMPLE_TID = 1U << 1, enumerator