Home
last modified time | relevance | path

Searched refs:SetStackRegex (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/
Dfeature_analysis.h79 void SetStackRegex(const std::string& key, const std::string& regex);
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
Dfeature_analysis.cpp208 SetStackRegex(rule.name + "." + iter->first, reg); in ParseElementForParam()
430 void FeatureAnalysis::SetStackRegex(const std::string& key, const std::string& regex) in SetStackRegex() function in OHOS::HiviewDFX::FeatureAnalysis