/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.cpp | 22 WatchPoint::WatchPoint() in WatchPoint() function in OHOS::HiviewDFX::WatchPoint 27 WatchPoint::WatchPoint(const WatchPoint::Builder& builder) in WatchPoint() function in OHOS::HiviewDFX::WatchPoint 45 WatchPoint::Builder::Builder() in Builder() 50 WatchPoint::Builder::~Builder() {} in ~Builder() 52 WatchPoint::Builder& WatchPoint::Builder::InitSeq(long seq) in InitSeq() 58 WatchPoint [all...] |
H A D | vendor.h | 41 void DumpEventInfo(std::ostringstream& oss, const std::string& header, const WatchPoint& watchPoint) const; 42 void InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& retPath, 44 void InitLogBody(const std::vector<WatchPoint>& list, std::ostringstream& body, 47 const WatchPoint &watchPoint, const std::vector<WatchPoint>& list, 49 bool ReduceRelevanceEvents(std::list<WatchPoint>& list, const FreezeResult& result) const; 53 std::string SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, const std::string& type) const; 54 void MergeFreezeJsonFile(const WatchPoint &watchPoint, const std::vector<WatchPoint>& list) const;
|
H A D | watch_point.h | 24 class WatchPoint { class 44 WatchPoint Build() const; 61 friend class WatchPoint; 64 WatchPoint(); 65 explicit WatchPoint(const WatchPoint::Builder& builder); 66 ~WatchPoint() {}; in ~WatchPoint() 84 bool operator<(const WatchPoint& node) const; 85 bool operator==(const WatchPoint& node) const;
|
H A D | resolver.h | 43 int ProcessEvent(const WatchPoint &watchPoint) const; 46 bool ResolveEvent(const WatchPoint& watchPoint, 47 std::vector<WatchPoint>& list, std::vector<FreezeResult>& result) const; 48 bool JudgmentResult(const WatchPoint& watchPoint, 49 const std::vector<WatchPoint>& list, const std::vector<FreezeResult>& result) const;
|
H A D | db_helper.cpp | 32 EventStore::ResultSet& set, std::map<std::string, WatchPoint>& resultMap) in GetResultMap() 53 WatchPoint watchPoint = WatchPoint::Builder() in GetResultMap() 69 resultMap.insert(std::pair<std::string, WatchPoint>(key, watchPoint)); in GetResultMap() 74 void DBHelper::SelectEventFromDB(unsigned long long start, unsigned long long end, std::vector<WatchPoint>& list, in SelectEventFromDB() 100 std::map<std::string, WatchPoint> resultMap; in SelectEventFromDB() 103 std::map<std::string, WatchPoint>::iterator it; in SelectEventFromDB() 107 sort(list.begin(), list.end(), [] (const WatchPoint& frontWatchPoint, const WatchPoint& rearWatchPoint) { in SelectEventFromDB()
|
H A D | resolver.cpp | 51 bool FreezeResolver::ResolveEvent(const WatchPoint& watchPoint, in ResolveEvent() 52 std::vector<WatchPoint>& list, std::vector<FreezeResult>& result) const in ResolveEvent() 78 bool FreezeResolver::JudgmentResult(const WatchPoint& watchPoint, in JudgmentResult() 79 const std::vector<WatchPoint>& list, const std::vector<FreezeResult>& result) const in JudgmentResult() 111 int FreezeResolver::ProcessEvent(const WatchPoint &watchPoint) const in ProcessEvent() 118 std::vector<WatchPoint> list; in ProcessEvent()
|
H A D | db_helper.h | 39 EventStore::ResultSet& set, std::map<std::string, WatchPoint>& resultMap); 40 void SelectEventFromDB(unsigned long long start, unsigned long long end, std::vector<WatchPoint>& list,
|
H A D | freeze_detector_plugin.h | 43 WatchPoint MakeWatchPoint(const Event& event); 45 void ProcessEvent(WatchPoint watchPoint);
|
H A D | vendor.cpp | 52 bool Vendor::ReduceRelevanceEvents(std::list<WatchPoint>& list, const FreezeResult& result) const in ReduceRelevanceEvents() 66 std::list<WatchPoint>::iterator watchPoint; in ReduceRelevanceEvents() 78 std::list<WatchPoint>::iterator watchPoint; in ReduceRelevanceEvents() 90 std::list<WatchPoint>::iterator watchPoint; in ReduceRelevanceEvents() 117 std::string Vendor::SendFaultLog(const WatchPoint &watchPoint, const std::string& logPath, in SendFaultLog() 153 void Vendor::DumpEventInfo(std::ostringstream& oss, const std::string& header, const WatchPoint& watchPoint) const in DumpEventInfo() 168 void Vendor::MergeFreezeJsonFile(const WatchPoint &watchPoint, const std::vector<WatchPoint>& list) const in MergeFreezeJsonFile() 221 void Vendor::InitLogInfo(const WatchPoint& watchPoint, std::string& type, std::string& retPath, in InitLogInfo() 244 void Vendor::InitLogBody(const std::vector<WatchPoint> [all...] |
H A D | freeze_detector_plugin.cpp | 103 WatchPoint FreezeDetectorPlugin::MakeWatchPoint(const Event& event) in MakeWatchPoint() 129 WatchPoint watchPoint = OHOS::HiviewDFX::WatchPoint::Builder() in MakeWatchPoint() 195 WatchPoint watchPoint = MakeWatchPoint(event); in OnEventListeningCallback() 223 void FreezeDetectorPlugin::ProcessEvent(WatchPoint watchPoint) in ProcessEvent()
|
H A D | rule_cluster.h | 104 bool GetResult(const WatchPoint& watchPoint, std::vector<FreezeResult>& list);
|
H A D | rule_cluster.cpp | 251 bool FreezeRuleCluster::GetResult(const WatchPoint& watchPoint, std::vector<FreezeResult>& list) in GetResult()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
H A D | freeze_detector_unittest.cpp | 131 WatchPoint watchPoint = OHOS::HiviewDFX::WatchPoint::Builder() in HWTEST_F() 150 WatchPoint watchPoint = OHOS::HiviewDFX::WatchPoint::Builder() in HWTEST_F() 169 WatchPoint watchPoint = OHOS::HiviewDFX::WatchPoint::Builder() in HWTEST_F() 188 WatchPoint watchPoint = OHOS::HiviewDFX::WatchPoint::Builder() in HWTEST_F() 193 std::vector<WatchPoint> list; in HWTEST_F() 197 WatchPoint watchPoint in HWTEST_F() [all...] |
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 739 std::vector<WatchPoint> list; in GetFailedDumpStackMsg() 746 std::for_each(list.begin(), list.end(), [&appendStack] (const WatchPoint& watchPoint) { in GetFailedDumpStackMsg()
|