Searched refs:AsanCollector (Results 1 – 3 of 3) sorted by relevance
61 AsanCollector::AsanCollector(std::unordered_map<std::string, std::string> &stkmap) : SanitizerdColl… in AsanCollector() function in OHOS::HiviewDFX::AsanCollector71 AsanCollector::~AsanCollector() in ~AsanCollector()75 void AsanCollector::ProcessStackTrace( in ProcessStackTrace()156 bool AsanCollector::ComputeStackSignature(const std::string& asanDump, std::string& asanSignature, in ComputeStackSignature()178 bool AsanCollector::IsDuplicate(const std::string& hash) in IsDuplicate()184 int AsanCollector::UpdateCollectedData(const std::string& hash, const std::string& rfile) in UpdateCollectedData()196 void AsanCollector::CalibrateErrTypeProcName() in CalibrateErrTypeProcName()213 void AsanCollector::SetHappenTime() in SetHappenTime()221 bool AsanCollector::ReadRecordToString(std::string& fullFile, const std::string& fileName) in ReadRecordToString()280 void AsanCollector::Collect(const std::string& filepath) in Collect()
28 class AsanCollector : public SanitizerdCollector {30 explicit AsanCollector(std::unordered_map<std::string, std::string> &stkmap);32 ~AsanCollector() override;
71 static AsanCollector g_collector(g_stacks);427 std::thread collector(&AsanCollector::Collect, &g_collector, fname); in HandleNotify()