Home
last modified time | relevance | path

Searched refs:eventPath (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/utility/smart_parser/
Dsmart_parser.cpp28 std::map<std::string, std::string> SmartParser::Analysis(const std::string& eventPath, in Analysis() argument
37 Rule rule(eventPath, config, eventType); in Analysis()
Dsmart_parser.h30 static std::map<std::string, std::string> Analysis(const std::string& eventPath,
/base/hiviewdfx/hiview/utility/smart_parser/rule/include/
Drule.h27 Rule(std::string eventPath, std::string analysisConfig, std::string eventType) : in Rule() argument
28 eventPath_(eventPath), analysisConfig_(analysisConfig), eventType_(eventType) {}; in Rule()