Home
last modified time | relevance | path

Searched refs:stream_id_data (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord.cpp105 MoveFromBinaryFormat(stream_id_data, p); in ReadFromBinaryFormat()
130 MoveToBinaryFormat(stream_id_data, p); in WriteToBinaryFormat()
150 PrintIndented(indent, "sample_id: stream_id %" PRId64 "\n", stream_id_data.stream_id); in Dump()
263 MoveFromBinaryFormat(stream_id_data, p); in SampleRecord()
296 PrintIndented(indent, "stream_id %" PRId64 "\n", stream_id_data.stream_id); in DumpData()
Drecord.h81 PerfSampleStreamIdType stream_id_data; // Valid if sample_id_all && PERF_SAMPLE_STREAM_ID. member
176 PerfSampleStreamIdType stream_id_data; // Valid if PERF_SAMPLE_STREAM_ID. member