Home
last modified time | relevance | path

Searched refs:sysrqTime (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp103 std::string sysrqTime = TimeUtil::TimestampFormatToDate(logTime, "%Y%m%d%H%M%S"); in DmesgSaveTofile() local
104 std::string fullPath = std::string(FULL_DIR) + "sysrq-" + sysrqTime + ".log"; in DmesgSaveTofile()
122 event_->SetEventValue("SYSRQ_TIME", sysrqTime); in DmesgSaveTofile()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.cpp130 WatchPoint::Builder& WatchPoint::Builder::InitSysrqTime(const std::string& sysrqTime) in InitSysrqTime() argument
132 sysrqTime_ = sysrqTime; in InitSysrqTime()
H A Dfreeze_detector_plugin.cpp117 std::string sysrqTime = sysEvent.GetEventValue(FreezeCommon::SYSRQ_TIME); in MakeWatchPoint() local
143 .InitSysrqTime(sysrqTime) in MakeWatchPoint()
H A Dwatch_point.h43 Builder& InitSysrqTime(const std::string& sysrqTime);

Completed in 3 milliseconds