Searched refs:FeatureAnalysis (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
D | feature_analysis.cpp | 33 const string FeatureAnalysis::COMPOSE_PLUS = "+"; 34 const string FeatureAnalysis::COMPOSE_COLON = ":"; 39 FeatureAnalysis::~FeatureAnalysis() in ~FeatureAnalysis() 44 bool FeatureAnalysis::AnalysisLog() in AnalysisLog() 58 void FeatureAnalysis::Extract() in Extract() 71 void FeatureAnalysis::RawInfoPosition(stringstream& buffer) in RawInfoPosition() 119 void FeatureAnalysis::GetCursorInfo(stringstream& buff, const string& line) in GetCursorInfo() 125 bool FeatureAnalysis::CheckStartSegment(bool& segmentStart) const in CheckStartSegment() 142 bool FeatureAnalysis::IsSourceMatch(const string& line, const FeatureRule& rule) const in IsSourceMatch() 164 bool FeatureAnalysis::IsMatchOrExpression(const string& line, const string& src) const in IsMatchOrExpression() [all …]
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/include/ |
D | feature_analysis.h | 34 class FeatureAnalysis { 43 FeatureAnalysis(FeatureSet featureSet, std::map<std::string, std::string> composeRule, in FeatureAnalysis() function 46 ~FeatureAnalysis(); 47 FeatureAnalysis(const FeatureAnalysis&) = delete; 48 FeatureAnalysis& operator=(const FeatureAnalysis&) = delete;
|
/base/hiviewdfx/hiview/utility/smart_parser/ |
D | smart_parser.cpp | 45 FeatureAnalysis feature(featureSets[composeRule.first], composeRule.second, eventType); in Analysis()
|
/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/ |
D | smart_parser_module_test.cpp | 455 FeatureAnalysis feature(extract[composeRules.first], composeRules.second, "RUST_PANIC"); 504 FeatureAnalysis feature(extract[composeRules.first], composeRules.second, "PANIC"); 554 FeatureAnalysis feature(extract[composeRules.first], composeRules.second, "RUST_PANIC"); 604 FeatureAnalysis feature(extract[composeRules.first], composeRules.second, "APP_FREEZE"); 653 FeatureAnalysis feature(extract[composeRules.first], composeRules.second, "APP_FREEZE"); 718 FeatureAnalysis feature(extract[composeRules.first], composeRules.second, "RUST_PANIC");
|