Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_writer.cpp91 long attr_section_offset = ftell(record_fp_); in WriteAttrSection() local
92 if (attr_section_offset == -1) { in WriteAttrSection()
111 attr_section_offset_ = attr_section_offset; in WriteAttrSection()
112 attr_section_size_ = data_section_offset - attr_section_offset; in WriteAttrSection()