Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils_test.cpp40 file.type = DSO_ELF_FILE; in SetUp()
50 file.type = DSO_ELF_FILE; in SetUp()
72 file.type = DSO_ELF_FILE; in SetUp()
Ddso_test.cpp154 for (DsoType dso_type : {DSO_DEX_FILE, DSO_ELF_FILE}) { in TEST()
192 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_ELF_FILE, file_path); in TEST()
210 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_ELF_FILE, GetTestData("libc.so")); in TEST()
Denvironment_test.cpp44 Dso::CreateDso(DSO_ELF_FILE, "[vdso]", sizeof(size_t) == sizeof(uint64_t)); in TEST()
Ddso.cpp394 if (type_ == DSO_ELF_FILE) { in IsForJavaMethod()
505 : Dso(DSO_ELF_FILE, path, debug_file_path) {} in ElfDso()
560 if (type_ == DSO_ELF_FILE) { in AddDexFileOffset()
900 case DSO_ELF_FILE: in CreateDso()
920 case DSO_ELF_FILE: in CreateDsoWithBuildId()
946 case DSO_ELF_FILE: in DsoTypeToString()
Dthread_tree.h148 DsoType dso_type = DSO_ELF_FILE);
Ddso.h103 DSO_ELF_FILE, enumerator
Drecord_file_writer.cpp370 if (file.type == DSO_ELF_FILE || file.type == DSO_KERNEL_MODULE) { in WriteFileFeature()
398 if (file.type == DSO_ELF_FILE || file.type == DSO_KERNEL_MODULE) { in WriteFileFeature()
Dcmd_inject.cpp561 case DSO_ELF_FILE: in ToProtoBinaryType()
576 return DSO_ELF_FILE; in ToDsoType()
Dreport_utils.cpp175 if (entry.dso->IsForJavaMethod() && entry.dso->type() == DSO_ELF_FILE) { in ConvertJITFrame()
Drecord_file_reader.cpp545 if ((file->type == DSO_ELF_FILE || file->type == DSO_KERNEL_MODULE) && in ReadFileFeature()
Dcmd_debug_unwind.cpp234 recording_file_dso_ = Dso::CreateDso(DSO_ELF_FILE, record_filename_); in Process()
Dcmd_record.cpp1873 } else if (dso->type() == DSO_ELF_FILE) { in DumpBuildIdFeature()
1943 if (dso->type() != DSO_ELF_FILE) { in DumpDebugUnwindFeature()