Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_STREAM_ID (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Devent_attr.cpp63 {PERF_SAMPLE_STREAM_ID, "stream_id"}, in SampleTypeToString()
202 uint64_t flags_after_id_mask = PERF_SAMPLE_IDENTIFIER | PERF_SAMPLE_CPU | PERF_SAMPLE_STREAM_ID; in GetCommonEventIdPositionsForAttrs()
H A Drecord.cpp98 if (sample_type & PERF_SAMPLE_STREAM_ID) { in ReadFromBinaryFormat()
125 if (sample_type & PERF_SAMPLE_STREAM_ID) { in WriteToBinaryFormat()
145 if (sample_type & PERF_SAMPLE_STREAM_ID) { in Dump()
166 if (sample_type & PERF_SAMPLE_STREAM_ID) { in Size()
440 if (sample_type & PERF_SAMPLE_STREAM_ID) { in SampleRecord()
731 if (sample_type & PERF_SAMPLE_STREAM_ID) { in DumpData()
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.h91 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator