HomeSort by relevance Sort by last modified time
    Searched refs:PerfFileFormat (Results 1 - 14 of 14) sorted by null

  /system/extras/simpleperf/
record_file.h 92 std::map<int, PerfFileFormat::SectionDesc> features_;
105 const PerfFileFormat::FileHeader& FileHeader() const {
118 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const {
166 bool ReadIdsForAttr(const PerfFileFormat::FileAttr& attr, std::vector<uint64_t>* ids);
175 PerfFileFormat::FileHeader header_;
176 std::vector<PerfFileFormat::FileAttr> file_attrs_;
179 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_;
cmd_debug_unwind_test.cpp 103 const std::map<int, PerfFileFormat::SectionDesc>& features = reader->FeatureSectionDescriptors();
104 ASSERT_NE(features.find(PerfFileFormat::FEAT_FILE), features.end());
105 ASSERT_NE(features.find(PerfFileFormat::FEAT_META_INFO), features.end());
record_file_format.h 66 namespace PerfFileFormat {
121 } // namespace PerfFileFormat
cmd_debug_unwind.cpp 200 ScopedCurrentArch scoped_arch(GetArchType(reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH)));
349 const std::map<int, PerfFileFormat::SectionDesc>& features = reader_->FeatureSectionDescriptors();
351 for (int feature : {PerfFileFormat::FEAT_FILE, PerfFileFormat::FEAT_META_INFO}) {
362 while (it != features.end() && it->first < PerfFileFormat::FEAT_FILE) {
370 if (it != features.end() && it->first == PerfFileFormat::FEAT_FILE) {
378 if (it != features.end() && it->first == PerfFileFormat::FEAT_META_INFO) {
cmd_dumprecord.cpp 35 using namespace PerfFileFormat;
77 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO)) {
cmd_kmem.cpp 571 record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH);
582 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_TRACING_DATA)) {
585 PerfFileFormat::FEAT_TRACING_DATA, &tracing_data)) {
record_file_reader.cpp 30 using namespace PerfFileFormat;
32 namespace PerfFileFormat {
70 } // namespace PerfFileFormat
516 if (HasFeature(PerfFileFormat::FEAT_FILE)) {
report_lib_interface.cpp 203 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO) &&
401 int feature = PerfFileFormat::GetFeatureId(feature_name);
cmd_report.cpp 750 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO)) {
809 record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH);
838 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_TRACING_DATA)) {
841 PerfFileFormat::FEAT_TRACING_DATA, &tracing_data)) {
    [all...]
record_file_test.cpp 33 using namespace PerfFileFormat;
record_file_writer.cpp 38 using namespace PerfFileFormat;
cmd_record_test.cpp 40 using namespace PerfFileFormat;
cmd_report_sample.cpp 366 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO)) {
cmd_record.cpp     [all...]

Completed in 189 milliseconds