Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_writer.cpp106 long data_section_offset = ftell(record_fp_); in WriteAttrSection() local
107 if (data_section_offset == -1) { in WriteAttrSection()
112 attr_section_size_ = data_section_offset - attr_section_offset; in WriteAttrSection()
113 data_section_offset_ = data_section_offset; in WriteAttrSection()