Searched refs:feature_section_data_ (Results 1 – 1 of 1) sorted by relevance
177 std::vector<char> feature_section_data_; member in simpleperf::ReportLib389 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()