Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h188 stream_id_data; // Valid if sample_id_all && PERF_SAMPLE_STREAM_ID. member
384 PerfSampleStreamIdType stream_id_data; // Valid if PERF_SAMPLE_STREAM_ID. member
Drecord.cpp95 MoveFromBinaryFormat(stream_id_data, p); in ReadFromBinaryFormat()
122 MoveToBinaryFormat(stream_id_data, p); in WriteToBinaryFormat()
144 stream_id_data.stream_id); in Dump()
448 MoveFromBinaryFormat(stream_id_data, p); in SampleRecord()
740 PrintIndented(indent, "stream_id %" PRId64 "\n", stream_id_data.stream_id); in DumpData()