Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp177 std::vector<char> feature_section_data_; member in simpleperf::ReportLib
389 if (feature == -1 || !record_file_reader_->ReadFeatureSection(feature, &feature_section_data_)) { in GetFeatureSection()
392 feature_section_.data = feature_section_data_.data(); in GetFeatureSection()
393 feature_section_.data_size = feature_section_data_.size(); in GetFeatureSection()