Home
last modified time | relevance | path

Searched refs:EVENT_MSG (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_common.h44 static const inline std::string EVENT_MSG = "MSG"; variable
Dvendor.cpp129 oss << FreezeCommon::EVENT_MSG << FreezeCommon::COLON << watchPoint.GetMsg() << std::endl; in DumpEventInfo()
213 body << FreezeCommon::EVENT_MSG << "=" << node.GetMsg() << std::endl; in MergeEventLog()
Ddb_helper.cpp78 … .InitMsg(StringUtil::ReplaceStr(record->GetEventValue(FreezeCommon::EVENT_MSG), "\\n", "\n")) in SelectEventFromDB()
Dfreeze_detector_plugin.cpp112 std::string msg = RemoveRedundantNewline(sysEvent.GetEventValue(FreezeCommon::EVENT_MSG)); in MakeWatchPoint()
/base/hiviewdfx/hiview/plugins/hicollie_collector/
Dplugin.cpp213 "MSG", sysEvent.GetEventValue(EVENT_MSG)); in ProcessHiCollieEvent()
216 …"RELIABILITY", sysEvent.eventName_.c_str(), sysEvent.GetEventValue(EVENT_MSG).c_str(), desPath.c_s… in ProcessHiCollieEvent()
252 "SUMMARY", sysEvent.GetEventValue(EVENT_MSG)); in ReportSysFreezeIfNeed()
Dplugin.h43 static const inline std::string EVENT_MSG = "MSG"; variable