Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.h41 std::string FindDebugFile(const std::string& dso_path, bool force_64bit,
140 bool force_64bit = false);
Ddso.cpp105 std::string DebugElfFileFinder::FindDebugFile(const std::string& dso_path, bool force_64bit, in FindDebugFile() argument
108 if (force_64bit && !vdso_64bit_.empty()) { in FindDebugFile()
110 } else if (!force_64bit && !vdso_32bit_.empty()) { in FindDebugFile()
685 bool force_64bit) { in CreateDso() argument
690 debug_elf_file_finder_.FindDebugFile(dso_path, force_64bit, build_id))); in CreateDso()
Dthread_tree.cpp125 bool force_64bit = start_addr > UINT_MAX; in FindUserDsoOrNew() local
126 std::unique_ptr<Dso> dso = Dso::CreateDso(dso_type, filename, force_64bit); in FindUserDsoOrNew()