Searched defs:symfs_dir (Results 1 – 6 of 6) sorted by relevance
27 def report_sample(record_file, symfs_dir, kallsyms_file=None): argument
190 def SetSymfs(self, symfs_dir): argument
58 def __init__(self, addr2line_path, symfs_dir=None): argument
119 bool SetSymfs(const char* symfs_dir) { return Dso::SetSymFsDir(symfs_dir); } in SetSymfs()358 bool SetSymfs(ReportLib* report_lib, const char* symfs_dir) { in SetSymfs()
94 bool Dso::SetSymFsDir(const std::string& symfs_dir) { in SetSymFsDir()
427 std::string symfs_dir; in ParseOptions() local