Home
last modified time | relevance | path

Searched refs:dataSection_ (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/src/
H A Dperf_file_writer.cpp66 dataSection_ = attrSection_; in Open()
138 dataSection_.size += record.GetSize(); in WriteRecord()
148 if (fseek(fp_, dataSection_.offset, SEEK_SET) != 0) { in ReadDataSection()
152 HLOGD("dataSection_ at offset %" PRIu64 " + %" PRIu64 "", dataSection_.offset, in ReadDataSection()
153 dataSection_.size); in ReadDataSection()
163 uint64_t remainingSize = dataSection_.size; in ReadRecords()
219 return dataSection_.size; in GetDataSize()
293 dataSection_.offset = dataSectionOffset; in WriteAttrAndId()
314 header_.data = dataSection_; in WriteHeader()
[all...]
/developtools/hiperf/include/
H A Dperf_file_writer.h82 perf_file_section dataSection_; member in OHOS::Developtools::HiPerf::PerfFileWriter

Completed in 2 milliseconds