Home
last modified time | relevance | path

Searched defs:symfs_dir (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Ddso_test.cpp95 std::string symfs_dir = ConvertPathSeparator(GetTestDataDir() + CORRECT_SYMFS_FOR_BUILD_ID_CHECK); in TEST() local
104 std::string symfs_dir = ConvertPathSeparator(GetTestDataDir() + CORRECT_SYMFS_FOR_BUILD_ID_CHECK); in TEST() local
128 std::string symfs_dir = ConvertPathSeparator(GetTestDataDir() + "data/symfs_with_build_id_list"); in TEST() local
144 std::string symfs_dir = ConvertPathSeparator(GetTestDataDir() + "data/symfs_without_build_id"); in TEST() local
162 std::string symfs_dir = ConvertPathSeparator(GetTestDataDir() + "data/symfs_without_build_id"); in TEST() local
H A Ddso.cpp64 bool DebugElfFileFinder::SetSymFsDir(const std::string& symfs_dir) { in SetSymFsDir()
372 bool Dso::SetSymFsDir(const std::string& symfs_dir) { in SetSymFsDir()
H A Dreport_lib_interface.cpp189 bool SetSymfs(const char* symfs_dir) { return Dso::SetSymFsDir(symfs_dir); } in SetSymfs()
712 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dperf_tracing_agent.py148 def _GetInteractivePerfCommand(perfhost_path, perf_profile, symfs_dir, argument