Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_attr.cpp56 {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()
H A Drecord.cpp95 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()
H A Drecord_equal_test.h47 if (r1.sample_type & PERF_SAMPLE_ID) { 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.cpp122 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()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dperf_event.h88 PERF_SAMPLE_ID = 1U << 6, enumerator