Searched refs:SetVdsoFile (Results 1 – 4 of 4) sorted by relevance
41 void SetVdsoFile(const std::string& vdso_file, bool is_64bit);138 static void SetVdsoFile(const std::string& vdso_file, bool is_64bit);
78 finder.SetVdsoFile(fake_vdso32, false); in TEST()79 finder.SetVdsoFile(fake_vdso64, true); in TEST()
101 void DebugElfFileFinder::SetVdsoFile(const std::string& vdso_file, bool is_64bit) { in SetVdsoFile() function in simpleperf_dso_impl::DebugElfFileFinder282 void Dso::SetVdsoFile(const std::string& vdso_file, bool is_64bit) { in SetVdsoFile() function in Dso283 debug_elf_file_finder_.SetVdsoFile(vdso_file, is_64bit); in SetVdsoFile()
543 Dso::SetVdsoFile(tmpfile->path, sizeof(size_t) == sizeof(uint64_t)); in PrepareVdsoFile()