Searched defs:SetSymfs (Results 1 – 2 of 2) sorted by relevance
123 bool SetSymfs(const char* symfs_dir) { return Dso::SetSymFsDir(symfs_dir); } in SetSymfs() function in simpleperf::ReportLib444 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs() function
295 def SetSymfs(self, symfs_dir: str): member in ReportLib