/base/hiviewdfx/hiview/base/ |
D | plugin_proxy.cpp | 24 HIVIEW_LOGD("called!"); in OnEvent() 27 HIVIEW_LOGD("Plugin name: %{public}s plugin_->OnEvent", plugin_->GetName().c_str()); in OnEvent() 35 HIVIEW_LOGD("called!"); in CanProcessEvent() 38 HIVIEW_LOGD("Plugin name: %{public}s plugin_->CanProcessEvent", plugin_->GetName().c_str()); in CanProcessEvent() 46 HIVIEW_LOGD("called!"); in CanProcessMoreEvents() 49 … HIVIEW_LOGD("Plugin name: %{public}s plugin_->CanProcessMoreEvents", plugin_->GetName().c_str()); in CanProcessMoreEvents() 57 HIVIEW_LOGD("called!"); in GetHandlerInfo() 60 HIVIEW_LOGD("Plugin name: %{public}s plugin_->GetHandlerInfo", plugin_->GetName().c_str()); in GetHandlerInfo() 77 HIVIEW_LOGD("called!"); in OnEventListeningCallback() 80 …HIVIEW_LOGD("Plugin name: %{public}s plugin_->OnEventListeningCallback", plugin_->GetName().c_str(… in OnEventListeningCallback()
|
D | event_source.cpp | 23 HIVIEW_LOGD("EventSource PublishPipelineEvent"); in PublishPipelineEvent() 49 HIVIEW_LOGD("EventSource add pipeline %{public}s.", pipeline->GetName().c_str()); in AddPipeline()
|
D | plugin_factory.cpp | 65 HIVIEW_LOGD("Register plugin constructor from %{public}s.", name.c_str()); in RegisterPlugin() 71 HIVIEW_LOGD("UnregisterPlugin from %{public}s.", name.c_str()); in UnregisterPlugin()
|
D | event_dispatch_queue.cpp | 124 HIVIEW_LOGD("EventDispatchQueue Enqueue"); in Enqueue()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | freeze_detector_plugin.cpp | 46 HIVIEW_LOGD("OnLoad."); in OnLoad() 74 HIVIEW_LOGD("OnUnload."); in OnUnload() 143 …HIVIEW_LOGD("received event id=%{public}u, domain=%{public}s, stringid=%{public}s, extraInfo=%{pub… in OnEventListeningCallback() 154 HIVIEW_LOGD("received event domain=%{public}s, stringid=%{public}s", in OnEventListeningCallback() 156 HIVIEW_LOGD("threadLoop_->IsRunning() = %{public}d", threadLoop_->IsRunning()); in OnEventListeningCallback() 186 HIVIEW_LOGD("received event domain=%{public}s, stringid=%{public}s", in ProcessEvent()
|
/base/hiviewdfx/hiview/plugins/eventservice/ |
D | event_json_parser.cpp | 168 HIVIEW_LOGD("domain_ or name_ not found in the event json string."); in EventJsonParser() 175 HIVIEW_LOGD("type defined for domain: %{public}s, name: %{public}s is invalid.", in EventJsonParser() 180 HIVIEW_LOGD("failed to verify the base info of the event."); in EventJsonParser() 245 HIVIEW_LOGD("value of type_ found in the event json string need INT type."); in EventJsonParser() 261 HIVIEW_LOGD("domain named %{public}s is not defined.", domain.c_str()); in EventJsonParser() 267 HIVIEW_LOGD("%{public}s is not defined in domain named %{public}s.", in EventJsonParser() 309 HIVIEW_LOGD("__BASE definition is invalid."); in EventJsonParser() 314 HIVIEW_LOGD("type is not defined in __BASE."); in EventJsonParser() 319 …HIVIEW_LOGD("type is defined as %{public}s, but a valid type must be FAULT, STATISTIC, SECURITY, o… in EventJsonParser() 325 HIVIEW_LOGD("level is not defined in __BASE."); in EventJsonParser() [all …]
|
/base/hiviewdfx/hiview/core/ |
D | event_server.cpp | 106 HIVIEW_LOGD("event need to transfer: %{public}s", text.c_str()); in TransferEvent() 133 HIVIEW_LOGD("send data successful"); in TransferEvent() 211 HIVIEW_LOGD("receive data from client %s", buffer); in ReceiveMsg() 262 HIVIEW_LOGD("receive from kernel %{public}s", buffer); in ReceiveMsg() 325 HIVIEW_LOGD("start event server"); in Start() 347 HIVIEW_LOGD("read event timeout"); in Start()
|
D | plugin_config.cpp | 55 HIVIEW_LOGD("find field:%{public}s.", field.c_str()); in StartParse() 145 HIVIEW_LOGD("%s is an event source.", eventSourceName.c_str()); in ParsePipelineGroup()
|
D | monitor_config.cpp | 57 HIVIEW_LOGD("config=%{public}s value=%{public}u", configItem.c_str(), configValue); in Parse()
|
D | sysevent_source.cpp | 34 HIVIEW_LOGD("parser raw message size=%{public}d, %{public}s", rawMsg.length(), rawMsg.c_str()); in Parser()
|
D | platform_monitor.cpp | 76 …HIVIEW_LOGD("onceTotalCnt_=%{public}u, onceTotalRealTime_=%{public}u, onceTotalProcTime_=%{public}… in CollectCostTime() 130 …HIVIEW_LOGD("maxTotalCount_=%{public}u, maxTotalSize_=%{public}u, totalCount_=%{public}u, totalSiz… in CollectPerfProfiler()
|
/base/hiviewdfx/hiview/adapter/service/ |
D | hiview_service_adapter.cpp | 32 HIVIEW_LOGD("start service."); in StartService()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/ |
D | open_stacktrace_catcher.cpp | 100 HIVIEW_LOGD("LogCatcherUtils::DumpStacktrace ret %{public}d", ret); in ForkAndDumpStackTrace() 114 HIVIEW_LOGD("Dump process exited status is %{public}d", status); in ForkAndDumpStackTrace()
|
/base/hiviewdfx/hiview/base/event_pool/ |
D | event_thread_pool.cpp | 63 HIVIEW_LOGD("AddEvent: targetTime is %{public}s\n", std::to_string(targetTime).c_str()); in AddTask() 104 HIVIEW_LOGD("name is %{public}s, targetTime is %{public}s, now is %{public}s\n", in TaskCallback()
|
/base/hiviewdfx/hiview/base/event_store/ |
D | sys_event_dao.cpp | 56 …HIVIEW_LOGD("insert db file %{public}s with %{public}s", dbFile.c_str(), sysEvent->eventName_.c_st… in Insert() 77 HIVIEW_LOGD("update db file %{public}s", dbFile.c_str()); in Update() 110 HIVIEW_LOGD("delete event from db file %{public}s", dbFile.c_str()); in Delete()
|
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
D | event_db_helper.cpp | 121 … HIVIEW_LOGD("insert db file %{public}s with %{public}s", this->dbPath_.c_str(), jsonStr.c_str()); in InsertDb() 198 HIVIEW_LOGD("update db coll %{public}s with %{public}s", coll.c_str(), value.c_str()); in UpdateDb() 217 HIVIEW_LOGD("delete db coll %{public}s", coll.c_str()); in DeleteDb()
|
/base/hiviewdfx/hiview/plugins/eventservice/store/ |
D | sys_event_db_mgr.cpp | 44 …HIVIEW_LOGD("save sys event %{public}" PRId64 ", %{public}s", event->GetSeq(), event->eventName_.c… in SaveToStore()
|
D | sys_event_db_cleaner.cpp | 88 …HIVIEW_LOGD("cleaning db: curNum=%{public}d, delTime=%{public}" PRId64 ", delEndTime=%{public}" PR… in TryToCleanDb()
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
D | event_logger.cpp | 56 HIVIEW_LOGD("event time:%{public}llu jsonExtraInfo is %{public}s", TimeUtil::GetMilliseconds(), in IsInterestedPipelineEvent() 90 … HIVIEW_LOGD("event time:%{public}llu jsonExtraInfo is %{public}s", TimeUtil::GetMilliseconds(), in OnEvent() 301 HIVIEW_LOGD("called"); in OnUnload() 359 HIVIEW_LOGD("fd:%{public}d, type:%{public}d, inotifyFd_:%{public}d.\n", fd, type, inotifyFd_); in OnFileDescriptorEvent() 408 HIVIEW_LOGD("call"); in GetPollFd()
|
/base/hiviewdfx/hiview/base/include/ |
D | logger.h | 34 #define HIVIEW_LOGD(format, ...) \ macro
|
/base/hiviewdfx/hiview/core/platform_config/ |
D | hiview_platform_config.cpp | 83 HIVIEW_LOGD("_%{public}s_", retString[index].c_str()); in ParsesConfig()
|
/base/hiviewdfx/hiview/utility/common_utils/ |
D | tbox.cpp | 156 HIVIEW_LOGD("Done file exist: %{public}s", file.c_str()); in WaitForDoneFile()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/ |
D | faultlogger_service_ohos.cpp | 102 HIVIEW_LOGD("info.uid:%{public}d uid:%{public}d info.pid:%{public}d", info.uid, uid, info.pid); in AddFaultLog()
|
/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
D | extract_rule.cpp | 115 HIVIEW_LOGD("ParseFile end."); in ParseRule()
|
/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
D | log_util.cpp | 158 HIVIEW_LOGD("all tid is 0"); in ParseZeroIpc()
|