Searched refs:ComputeStackSignature (Results 1 – 4 of 4) sorted by relevance
36 bool SanitizerdCollector::ComputeStackSignature( in ComputeStackSignature() function in OHOS::HiviewDFX::SanitizerdCollector
38 bool ComputeStackSignature(const std::string& kernelDump,
34 bool ComputeStackSignature(const std::string& asanDump,
156 bool AsanCollector::ComputeStackSignature(const std::string& asanDump, std::string& asanSignature, in ComputeStackSignature() function in OHOS::HiviewDFX::AsanCollector295 if (ComputeStackSignature(captured[DESCRIPTION_FIELD].str(), signature, false)) { in ReadRecordToString()