Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_reader.cc1277 size_t size_without_header = header.size - sizeof(header); in ReadPipedData() local
1300 if (!data->ReadDataValue(size_without_header, "rest of piped event", in ReadPipedData()
1319 return ReadAttrEventBlock(data, size_without_header); in ReadPipedData()
1346 data->SeekSet(data->Tell() + size_without_header); in ReadPipedData()