/developtools/profiler/device/plugins/api/src/ |
H A D | plugin_manager.cpp | 48 PROFILER_LOG_ERROR(LOG_CORE, "%s:path is invalid: %s, errno=%d", __func__, path.c_str(), errno); in ComputeFileSha256() 64 PROFILER_LOG_DEBUG(LOG_CORE, "%s:%s-(%s)", __func__, path.c_str(), result.c_str()); in ComputeFileSha256() 83 PROFILER_LOG_DEBUG(LOG_CORE, "%s:bindFunctions failed %s", __func__, pluginPath.c_str()); in AddPlugin() 89 PROFILER_LOG_DEBUG(LOG_CORE, "%s:getinfo failed!", __func__); in AddPlugin() 96 PROFILER_LOG_DEBUG(LOG_CORE, "%s:already add", __func__); in AddPlugin() 100 PROFILER_LOG_DEBUG(LOG_CORE, "%s:add plugin name = %s", __func__, pluginName.c_str()); in AddPlugin() 103 PROFILER_LOG_DEBUG(LOG_CORE, "%s:unload failed!", __func__); in AddPlugin() 125 PROFILER_LOG_DEBUG(LOG_CORE, "%s:response.plugin_id() = %d", __func__, response.plugin_id()); in RegisterPlugin() 131 PROFILER_LOG_DEBUG(LOG_CORE, "%s:registerPlugin ok", __func__); in RegisterPlugin() 133 PROFILER_LOG_DEBUG(LOG_CORE, " in RegisterPlugin() [all...] |
H A D | command_poller.cpp | 43 PROFILER_LOG_DEBUG(LOG_CORE, "%s:proc", __func__); in OnCreateSessionCmd() 59 PROFILER_LOG_DEBUG(LOG_CORE, "%s:bufferSize = %d", __func__, bufferSize); in OnCreateSessionCmd() 63 PROFILER_LOG_DEBUG(LOG_CORE, "%s:smbFd = %d, eventFd = %d", __func__, smbFd, eventFd); in OnCreateSessionCmd() 64 PROFILER_LOG_DEBUG(LOG_CORE, "%s:eventFd flags = %X", __func__, flags); in OnCreateSessionCmd() 70 PROFILER_LOG_DEBUG(LOG_CORE, "%s:ok", __func__); in OnCreateSessionCmd() 76 PROFILER_LOG_DEBUG(LOG_CORE, "%s:proc", __func__); in OnDestroySessionCmd() 88 PROFILER_LOG_DEBUG(LOG_CORE, "%s:ok", __func__); in OnDestroySessionCmd() 94 PROFILER_LOG_DEBUG(LOG_CORE, "%s:proc", __func__); in OnStartSessionCmd() 106 PROFILER_LOG_DEBUG(LOG_CORE, "%s:OK", __func__); in OnStartSessionCmd() 112 PROFILER_LOG_DEBUG(LOG_CORE, " in OnStopSessionCmd() [all...] |
H A D | plugin_watcher.cpp | 39 PROFILER_LOG_INFO(LOG_CORE, "%s:inotify_init1 failed! inotifyFd_ : %d", __func__, inotifyFd_); in PluginWatcher() 64 PROFILER_LOG_INFO(LOG_CORE, "%s:scan plugin from directory %s", __func__, fullpath); in ScanPlugins() 72 PROFILER_LOG_INFO(LOG_CORE, "%s:readdir finish!", __func__); in ScanPlugins() 94 PROFILER_LOG_INFO(LOG_CORE, "%s:inotify_add_watch add directory %s failed!", __func__, pluginDir.c_str()); in WatchPlugins() 97 PROFILER_LOG_INFO(LOG_CORE, "%s:inotify_add_watch add directory %s success!", __func__, fullpath); in WatchPlugins() 140 PROFILER_LOG_ERROR(LOG_CORE, "%s:memset_s error!", __func__); in MonitorIsSet() 174 PROFILER_LOG_INFO(LOG_CORE, "%s:plugin %s add success!", __func__, pluginPath.c_str()); in OnPluginAdded() 176 PROFILER_LOG_INFO(LOG_CORE, "%s:pluginPath %s add failed!", __func__, pluginPath.c_str()); in OnPluginAdded() 179 PROFILER_LOG_INFO(LOG_CORE, "%s:weak_ptr pluginManager lock failed!", __func__); in OnPluginAdded() 188 PROFILER_LOG_INFO(LOG_CORE, " in OnPluginRemoved() [all...] |
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/util/include/ |
H A D | define_macro.h | 35 PROFILER_LOG_ERROR(LOG_CORE, "WriteBool "#data" failed"); \ 43 PROFILER_LOG_ERROR(LOG_CORE, "WriteInt32 "#data" failed"); \ 51 PROFILER_LOG_ERROR(LOG_CORE, "WriteInt64 "#data" failed"); \ 59 PROFILER_LOG_ERROR(LOG_CORE, "WriteUint8 "#data" failed"); \ 67 PROFILER_LOG_ERROR(LOG_CORE, "WriteUint32 "#data" failed"); \ 75 PROFILER_LOG_ERROR(LOG_CORE, "WriteUint64 "#data" failed"); \ 83 PROFILER_LOG_ERROR(LOG_CORE, "WriteString "#data" failed"); \ 91 PROFILER_LOG_ERROR(LOG_CORE, "ReadBool "#data" failed"); \ 99 PROFILER_LOG_ERROR(LOG_CORE, "ReadInt32 "#data" failed"); \ 107 PROFILER_LOG_ERROR(LOG_CORE, "ReadInt6 [all...] |
/developtools/profiler/device/plugins/xpower_plugin/src/ |
H A D | xpower_plugin.cpp | 53 PROFILER_LOG_INFO(LOG_CORE, "%s:config data -->configSize=%d", __func__, configSize); in Start() 67 PROFILER_LOG_ERROR(LOG_CORE, "XpowerPlugin error : messageType is empty!"); in Start() 70 PROFILER_LOG_INFO(LOG_CORE, "bundleName is %s,messagetype is %d", bundleName.c_str(), messageType); in Start() 75 PROFILER_LOG_ERROR(LOG_CORE, "XpowerPlugin error : bundle name is empty!"); in Start() 81 PROFILER_LOG_ERROR(LOG_CORE, "the bundle name %s is not supported", bundleName.c_str()); in Start() 89 PROFILER_LOG_ERROR(LOG_CORE, "%s:the process %s does not exist.", __func__, bundleName.c_str()); in Start() 96 PROFILER_LOG_ERROR(LOG_CORE, "start power manager failed!"); in Start() 99 PROFILER_LOG_INFO(LOG_CORE, "finish register the callback function:%s", __func__); in Start() 109 PROFILER_LOG_ERROR(LOG_CORE, "%s :fail to open libxpower_manager_client.z.so", __func__); in StartPowerManager() 115 PROFILER_LOG_ERROR(LOG_CORE, "Faile in StartPowerManager() [all...] |
/developtools/packing_tool/packing_tool/frameworks/include/ |
H A D | app_log_wrapper.h | 35 static constexpr OHOS::HiviewDFX::HiLogLabel APP_LABEL = {LOG_CORE, LOG_DOMAIN, APP_LOG_TAG}; 59 ((void)HILOG_IMPL(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, \ 62 ((void)HILOG_IMPL(LOG_CORE, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, \ 65 ((void)HILOG_IMPL(LOG_CORE, LOG_WARN, LOG_DOMAIN, APP_LOG_TAG, \ 68 ((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, LOG_DOMAIN, APP_LOG_TAG, \ 71 ((void)HILOG_IMPL(LOG_CORE, LOG_FATAL, LOG_DOMAIN, APP_LOG_TAG, \ 75 ((void)HILOG_IMPL(LOG_CORE, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, fmt, ##__VA_ARGS__)) 77 ((void)HILOG_IMPL(LOG_CORE, LOG_WARN, LOG_DOMAIN, APP_LOG_TAG, fmt, ##__VA_ARGS__)) 79 ((void)HILOG_IMPL(LOG_CORE, LOG_ERROR, LOG_DOMAIN, APP_LOG_TAG, fmt, ##__VA_ARGS__))
|
/developtools/hdc/src/register/ |
H A D | hdc_jdwp.cpp | 56 HILOG_FATAL(LOG_CORE, "SendBuf failed errno:%{public}d", errno); in SendBuf() 67 HILOG_FATAL(LOG_CORE, "memset_s failed"); in Connect2Jdwp() 76 HILOG_FATAL(LOG_CORE, "socket failed errno:%{public}d", errno); in Connect2Jdwp() 89 HILOG_INFO(LOG_CORE, "connect success cfd:%{public}d", cfd_); in Connect2Jdwp() 96 HILOG_INFO(LOG_CORE, "connect failed cfd_:%{public}d", cfd_); in Connect2Jdwp() 118 HILOG_FATAL(LOG_CORE, "Send2Jdwp new info fail."); in Send2Jdwp() 130 HILOG_INFO(LOG_CORE, in Send2Jdwp() 135 HILOG_FATAL(LOG_CORE, "Send2Jdwp memcpy_s fail :%{public}s.", pp.c_str()); in Send2Jdwp() 157 HILOG_FATAL(LOG_CORE, "Read epoll_create error:%{public}d", errno); in ReadFromJdwp() 164 HILOG_FATAL(LOG_CORE, "Rea in ReadFromJdwp() [all...] |
/developtools/profiler/device/services/ipc/src/ |
H A D | unix_socket_server.cpp | 47 PROFILER_LOG_DEBUG(LOG_CORE, "close UnixSocketServer"); in ~UnixSocketServer() 57 PROFILER_LOG_DEBUG(LOG_CORE, "acceptThread finish"); in ~UnixSocketServer() 59 PROFILER_LOG_DEBUG(LOG_CORE, "socketClients_.size() = %zu delete map", socketClients_.size()); in ~UnixSocketServer() 82 PROFILER_LOG_ERROR(LOG_CORE, "UnixSocketServer epoll_wait failed, errno: %s", strerror(errno)); in UnixSocketAccept() 89 PROFILER_LOG_INFO(LOG_CORE, "Accept A Client %d", clientSocket); in UnixSocketAccept() 97 PROFILER_LOG_DEBUG(LOG_CORE, "new socketClients_ socketClients_.size() = %zu", in UnixSocketAccept() 101 PROFILER_LOG_ERROR(LOG_CORE, "Client %d exist", clientSocket); in UnixSocketAccept() 109 PROFILER_LOG_DEBUG(LOG_CORE, "socketClients disconnect socketClients_.size() = %zu", in UnixSocketAccept() 113 PROFILER_LOG_ERROR(LOG_CORE, "Client %d not exist", events[i].data.fd); in UnixSocketAccept() 131 PROFILER_LOG_ERROR(LOG_CORE, "memset_ in StartServer() [all...] |
/developtools/profiler/device/plugins/hisysevent_plugin/src/ |
H A D | hisysevent_plugin.cpp | 40 PROFILER_LOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in ~HisyseventPlugin() 42 PROFILER_LOG_INFO(LOG_CORE, "END %s: success!", __func__); in ~HisyseventPlugin() 49 PROFILER_LOG_INFO(LOG_CORE, "END %s: success!", __func__); in SetWriter() 55 PROFILER_LOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in Start() 61 PROFILER_LOG_DEBUG(LOG_CORE, "config sourse data:%s domain:%s event:%s", protoConfig_.msg().c_str(), in Start() 79 PROFILER_LOG_INFO(LOG_CORE, "END %s: success!", __func__); in Start() 85 PROFILER_LOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in Stop() 97 PROFILER_LOG_INFO(LOG_CORE, "END %s: success!", __func__); in Stop() 103 PROFILER_LOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in Run() 106 PROFILER_LOG_INFO(LOG_CORE, in Run() [all...] |
/developtools/profiler/device/base/src/ |
H A D | common.cpp | 96 PROFILER_LOG_ERROR(LOG_CORE, "%s:failed to open(%s), errno(%d:%s)", __func__, fileName.c_str(), errno, buf); in IsProcessRunning() 102 PROFILER_LOG_ERROR(LOG_CORE, "%s: get fd flags failed!", __func__); in IsProcessRunning() 108 PROFILER_LOG_ERROR(LOG_CORE, "%s: set fd_cloexec failed!", __func__); in IsProcessRunning() 115 PROFILER_LOG_ERROR(LOG_CORE, "%s is running, please don't start it again.", processName.c_str()); in IsProcessRunning() 141 PROFILER_LOG_WARN(LOG_CORE, "maybe, the contents of cmdline had be cut off"); in IsProcessExist() 146 PROFILER_LOG_DEBUG(LOG_CORE, "open file failed! %s", filePath); in IsProcessExist() 186 PROFILER_LOG_ERROR(LOG_CORE, "%s: param invalid", __func__); in StartProcess() 191 PROFILER_LOG_ERROR(LOG_CORE, "%s: command not in whitelist!", __func__); in StartProcess() 197 PROFILER_LOG_ERROR(LOG_CORE, "%s: command arg invalid : %s", __func__, itemStr.c_str()); in StartProcess() 208 PROFILER_LOG_WARN(LOG_CORE, "warnin in StartProcess() [all...] |
H A D | epoll_event_poller.cpp | 34 PROFILER_LOG_INFO(LOG_CORE, "need Stop in destructor!"); in ~EpollEventPoller() 38 PROFILER_LOG_INFO(LOG_CORE, "need Finalize in dtor!"); in ~EpollEventPoller() 109 PROFILER_LOG_DEBUG(LOG_CORE, "poll set %s %d %x start!", name.c_str(), ctx->fd, event.events); in UpdateEvent() 112 PROFILER_LOG_DEBUG(LOG_CORE, "poll set %s %d %x done!", name.c_str(), ctx->fd, event.events); in UpdateEvent() 128 PROFILER_LOG_INFO(LOG_CORE, "epoll_wait %dms timeout!", timeOut_); in Run() 157 PROFILER_LOG_DEBUG(LOG_CORE, "OnNotify %llu done!", static_cast<unsigned long long>(value)); in OnNotify() 164 PROFILER_LOG_DEBUG(LOG_CORE, "Notify %llu done!", static_cast<unsigned long long>(value)); in Notify() 170 PROFILER_LOG_INFO(LOG_CORE, "Init %d", state_.load()); in Init() 190 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPoller::Init %d done!", state_.load()); in Init() 198 PROFILER_LOG_INFO(LOG_CORE, "nee in Finalize() [all...] |
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
H A D | ftrace_module.cpp | 37 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginRegisterWriter() 46 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStartSession() 50 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStartSession() 52 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStartSession() 61 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginReportBasicData() 63 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginReportBasicData() 72 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStopSession() 74 PROFILER_LOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStopSession()
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
H A D | plugin_service_stubs.cpp | 40 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetCreateResult() 46 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, createResult_); in GetCreateResult() 52 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetStartResult() 58 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, startResult_); in GetStartResult() 64 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetStopResult() 70 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, stopResult_); in GetStopResult() 76 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetDestroyResult() 82 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, destroyResult_); in GetDestroyResult() 88 PROFILER_LOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetAddResult() 94 PROFILER_LOG_DEBUG(LOG_CORE, " in GetAddResult() [all...] |
/developtools/profiler/hidebug/frameworks/native/src/ |
H A D | hidebug_native_interface_impl.cpp | 79 HILOG_ERROR(LOG_CORE, "GetAppThreadCpuUsage fail, ret: %{public}d", static_cast<int>(collectResult.retCode)); in GetAppThreadCpuUsage() 123 HILOG_INFO(LOG_CORE, "GetSystemCpuUsage"); in GetSystemCpuUsage() 128 HILOG_ERROR(LOG_CORE, "GetSystemCpuUsage Failed"); in GetSystemCpuUsage() 133 HILOG_ERROR(LOG_CORE, "GetSystemCpuUsage Failed, retCode: %{public}d", in GetSystemCpuUsage() 146 HILOG_ERROR(LOG_CORE, "GetAppMemoryLimit Failed"); in GetAppMemoryLimit() 151 HILOG_ERROR(LOG_CORE, "GetAppMemoryLimit Failed, retCode: %{public}d", static_cast<int>(collectResult.retCode)); in GetAppMemoryLimit() 166 HILOG_ERROR(LOG_CORE, "GetAppNativeMemInfo Failed"); in GetAppNativeMemInfo() 172 HILOG_ERROR(LOG_CORE, "CollectProcessMemory Failed,retCode = %{public}d", in GetAppNativeMemInfo() 188 HILOG_ERROR(LOG_CORE, "CollectProcessVss Failed,retCode = %{public}d", static_cast<int>(collectResult.retCode)); in GetAppNativeMemInfo() 199 HILOG_ERROR(LOG_CORE, "GetSystemMemInf in GetSystemMemInfo() [all...] |
/developtools/profiler/device/services/plugin_service/src/ |
H A D | plugin_session.cpp | 56 PROFILER_LOG_INFO(LOG_CORE, "CreatePluginSession for %s...", pluginConfig_.name().c_str()); in Create() 65 PROFILER_LOG_INFO(LOG_CORE, "CreatePluginSession with buffer for %s %s!", pluginConfig_.name().c_str(), in Create() 69 PROFILER_LOG_INFO(LOG_CORE, "CreatePluginSession for %s %s!", in Create() 81 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession for %s...", pluginConfig_.name().c_str()); in Destroy() 89 PROFILER_LOG_INFO(LOG_CORE, "PluginSession::Destroy state is STARED, need stop!"); in Destroy() 94 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession for %s %s!", in Destroy() 123 PROFILER_LOG_INFO(LOG_CORE, "StartPluginSession for %s...", pluginConfig_.name().c_str()); in Start() 130 PROFILER_LOG_INFO(LOG_CORE, "StartPluginSession for %s %s!", pluginConfig_.name().c_str(), retval ? "OK" : "FAIL"); in Start() 140 PROFILER_LOG_INFO(LOG_CORE, "Refresh for %s...", pluginConfig_.name().c_str()); in Refresh() 147 PROFILER_LOG_INFO(LOG_CORE, "RefreshPluginSessio in Refresh() [all...] |
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
H A D | ftrace_binder_event_formatter.cpp | 36 LOG_CORE, "maybe, the contents of print event(binder_alloc_lru_end) msg had be cut off in outfile"); 51 LOG_CORE, "maybe, the contents of print event(binder_alloc_lru_start) msg had be cut off in outfile"); 66 LOG_CORE, "maybe, the contents of print event(binder_alloc_page_end) msg had be cut off in outfile"); 81 LOG_CORE, "maybe, the contents of print event(binder_alloc_page_start) msg had be cut off in outfile"); 94 PROFILER_LOG_WARN(LOG_CORE, 110 LOG_CORE, "maybe, the contents of print event(binder_free_lru_end) msg had be cut off in outfile"); 125 LOG_CORE, "maybe, the contents of print event(binder_free_lru_start) msg had be cut off in outfile"); 139 PROFILER_LOG_WARN(LOG_CORE, 153 PROFILER_LOG_WARN(LOG_CORE, 167 PROFILER_LOG_WARN(LOG_CORE, [all...] |
H A D | ftrace_sched_event_formatter.cpp | 35 LOG_CORE, "the contents of print event(sched_blocked_reason) msg had be cut off in outfile"); 50 LOG_CORE, "the contents of print event(sched_kthread_stop) msg had be cut off in outfile"); 64 LOG_CORE, "the contents of print event(sched_kthread_stop_ret) msg had be cut off in outfile"); 80 LOG_CORE, "the contents of print event(sched_migrate_task) msg had be cut off in outfile"); 95 PROFILER_LOG_WARN(LOG_CORE, "the contents of print event(sched_move_numa) msg had be cut off in outfile"); 110 PROFILER_LOG_WARN(LOG_CORE, "the contents of print event(sched_pi_setprio) msg had be cut off in outfile"); 125 LOG_CORE, "the contents of print event(sched_process_exec) msg had be cut off in outfile"); 140 LOG_CORE, "the contents of print event(sched_process_exit) msg had be cut off in outfile"); 156 LOG_CORE, "the contents of print event(sched_process_fork) msg had be cut off in outfile"); 171 LOG_CORE, "th [all...] |
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
H A D | native_memory_profiler_sa_service.cpp | 45 PROFILER_LOG_ERROR(LOG_CORE, "Start IPC Service FAIL"); in NativeMemoryProfilerSaService() 66 PROFILER_LOG_ERROR(LOG_CORE, "Service native memory failed to start"); in StartServiceAbility() 75 PROFILER_LOG_ERROR(LOG_CORE, "AddDeathRecipient failed"); in StartServiceAbility() 78 PROFILER_LOG_INFO(LOG_CORE, "Service native memory started successfully"); in StartServiceAbility() 88 PROFILER_LOG_ERROR(LOG_CORE, "No profiling permission, please check!"); in HasProfilingPermission() 128 PROFILER_LOG_ERROR(LOG_CORE, "StopHook failed, no profiling permission!"); in StopHook() 141 PROFILER_LOG_INFO(LOG_CORE, "NativeMemoryProfilerSaService: hook has stop, pid: %d, process name: %s", in StopHook() 163 PROFILER_LOG_INFO(LOG_CORE, "StringViewMemoryHold clear"); in StopHook() 172 PROFILER_LOG_ERROR(LOG_CORE, "StartHook failed, no profiling permission!"); in StartHook() 183 PROFILER_LOG_INFO(LOG_CORE, "fil in StartHook() [all...] |
H A D | native_memory_profiler_sa_proxy.cpp | 29 PROFILER_LOG_ERROR(LOG_CORE, "Start failed to write descriptor"); in Start() 41 PROFILER_LOG_ERROR(LOG_CORE, "Start failed"); in Start() 51 PROFILER_LOG_ERROR(LOG_CORE, "DumpData failed to write descriptor"); in DumpData() 57 PROFILER_LOG_ERROR(LOG_CORE, "DumpData failed to write fd"); in DumpData() 68 PROFILER_LOG_ERROR(LOG_CORE, "DumpData failed"); in DumpData() 78 PROFILER_LOG_ERROR(LOG_CORE, "Stop failed to write descriptor"); in Stop() 89 PROFILER_LOG_ERROR(LOG_CORE, "Stop failed"); in Stop() 99 PROFILER_LOG_ERROR(LOG_CORE, "Stop failed to write descriptor"); in Stop() 110 PROFILER_LOG_ERROR(LOG_CORE, "Stop failed"); in Stop()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | hook_manager.cpp | 82 PROFILER_LOG_ERROR(LOG_CORE, "%s: hook process does not exist", __func__); in CheckProcess() 88 PROFILER_LOG_INFO(LOG_CORE, "hook context: pid: %d", pid); in CheckProcess() 101 PROFILER_LOG_ERROR(LOG_CORE, "%s: The maximum allowed is to set %d PIDs.", in CheckProcess() 107 PROFILER_LOG_ERROR(LOG_CORE, "%s: The maximum allowed is to set %d PIDs.", __func__, MAX_PID_COUNT); in CheckProcess() 124 PROFILER_LOG_INFO(LOG_CORE, "Wait process %s start or restart, set param", hookConfig_.process_name().c_str()); in CheckProcessName() 128 PROFILER_LOG_ERROR(LOG_CORE, "set param failed, please manually set param and start process(%s)", in CheckProcessName() 131 PROFILER_LOG_INFO(LOG_CORE, "set param success, please start process(%s)", in CheckProcessName() 137 PROFILER_LOG_INFO(LOG_CORE, "Process %s exist, pid = %d", hookConfig_.process_name().c_str(), pidValue); in CheckProcessName() 145 PROFILER_LOG_ERROR(LOG_CORE, "The startup mode parameter is not set, name: %s", in CheckProcessName() 169 PROFILER_LOG_DEBUG(LOG_CORE, "respons in RegisterAgentPlugin() [all...] |
/developtools/profiler/device/services/profiler_service/src/ |
H A D | profiler_service.cpp | 43 PROFILER_LOG_ERROR(LOG_CORE, "%s: FAILED, %s is null!", __func__, #ptr); \ 51 PROFILER_LOG_ERROR(LOG_CORE, "%s: FAILED, %s", __func__, errorMessage); \ 75 PROFILER_LOG_INFO(LOG_CORE, "~SessionContext id = %d", id); in ~SessionContext() 88 PROFILER_LOG_INFO(LOG_CORE, "GetCapabilities from '%s'", context->peer().c_str()); in GetCapabilities() 90 PROFILER_LOG_INFO(LOG_CORE, "GetCapabilities %d start", request->request_id()); in GetCapabilities() 97 PROFILER_LOG_INFO(LOG_CORE, "GetCapabilities %d done!", request->request_id()); in GetCapabilities() 246 PROFILER_LOG_INFO(LOG_CORE, "CreateSession %d start", request->request_id()); in CreateSession() 264 PROFILER_LOG_ERROR(LOG_CORE, "No plugins are loaded!"); in CreateSession() 276 PROFILER_LOG_INFO(LOG_CORE, "bufferConfigs: %zu", bufferConfigs.size()); in CreateSession() 301 PROFILER_LOG_WARN(LOG_CORE, "PluginConfi in CreateSession() [all...] |
/developtools/profiler/device/base/test/unittest/ |
H A D | epoll_event_poller_test.cpp | 68 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitFinalize start!"); in HWTEST_F() 81 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitOnly start!"); in HWTEST_F() 94 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.Init2Finalize1 start!"); in HWTEST_F() 109 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartStopFinalize start!"); in HWTEST_F() 125 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartStop start!"); in HWTEST_F() 140 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStart start!"); in HWTEST_F() 154 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartAddFd start!"); in HWTEST_F() 162 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartAddFd read %" PRIu64, readValue); in HWTEST_F() 184 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartAddFd start!"); in HWTEST_F() 192 PROFILER_LOG_INFO(LOG_CORE, "EpollEventPollerTes in HWTEST_F() [all...] |
/developtools/profiler/device/plugins/hidump_plugin/src/ |
H A D | hidump_plugin.cpp | 45 PROFILER_LOG_INFO(LOG_CORE, "%s: ready!", __func__); in ~HidumpPlugin() 58 PROFILER_LOG_INFO(LOG_CORE, "%s: success!", __func__); in ~HidumpPlugin() 63 PROFILER_LOG_INFO(LOG_CORE, "HidumpPlugin:Start ----> !"); in Start() 80 PROFILER_LOG_ERROR(LOG_CORE, "HidumpPlugin: CustomPopen(%s) Failed, errno(%d:%s)", FPS_FORMAT, errno, buf); in Start() 89 PROFILER_LOG_INFO(LOG_CORE, "HidumpPlugin: ---> Start success!"); in Start() 101 PROFILER_LOG_INFO(LOG_CORE, "HidumpPlugin:stop thread success!"); in Stop() 105 PROFILER_LOG_INFO(LOG_CORE, "HidumpPlugin: stop success!"); in Stop() 117 PROFILER_LOG_INFO(LOG_CORE, "HidumpPlugin: Loop start"); in Loop() 152 PROFILER_LOG_ERROR(LOG_CORE, "parse hidump info failed!"); in Loop() 160 PROFILER_LOG_INFO(LOG_CORE, "HidumpPlugi in Loop() [all...] |
/developtools/hiperf/include/ |
H A D | hiperf_hilog.h | 70 {LOG_CORE, BASE_HIPERF_DOMAIN_ID, "hiperf"}, 71 {LOG_CORE, BASE_HIPERF_DOMAIN_ID, "HiperfJSNAPI"}, 72 {LOG_CORE, BASE_HIPERF_DOMAIN_ID, "HiperfCPPAPI"}, 88 HILOG_FATAL(LOG_CORE, __VA_ARGS__) 90 HILOG_ERROR(LOG_CORE, __VA_ARGS__) 92 HILOG_WARN(LOG_CORE, __VA_ARGS__) 94 HILOG_INFO(LOG_CORE, __VA_ARGS__) 96 HILOG_DEBUG(LOG_CORE, __VA_ARGS__)
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_manager.cpp | 67 PROFILER_LOG_ERROR(LOG_CORE, "%s: hook process does not exist", __func__); in CheckConfig() 87 PROFILER_LOG_ERROR(LOG_CORE, "FfrtProfilerManager Process %s already exists", name.c_str()); in CheckConfig() 105 PROFILER_LOG_ERROR(LOG_CORE, in CheckConfig() 113 PROFILER_LOG_ERROR(LOG_CORE, "FfrtProfilerManager Process %s does not exist", name.c_str()); in CheckConfig() 123 PROFILER_LOG_ERROR(LOG_CORE, "FfrtProfilerManager clock_id is unknow"); in CheckConfig() 146 PROFILER_LOG_ERROR(LOG_CORE, "StartFfrtProfiler CheckConfig failed"); in StartFfrtProfiler() 150 PROFILER_LOG_ERROR(LOG_CORE, "StartFfrtProfiler ctx is empty"); in StartFfrtProfiler() 163 PROFILER_LOG_INFO(LOG_CORE, "StartFfrtProfiler parameter: %s", paramValue_.c_str()); in StartFfrtProfiler() 165 PROFILER_LOG_ERROR(LOG_CORE, "StartFfrtProfiler set parameter failed"); in StartFfrtProfiler() 168 PROFILER_LOG_INFO(LOG_CORE, "StartFfrtProfile in StartFfrtProfiler() [all...] |