/developtools/profiler/device/plugins/api/src/ |
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, "%s:proc", __func__); in OnStopSessionCmd() [all …]
|
D | plugin_manager.cpp | 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, "%s:registerPlugin fail 1", __func__); in RegisterPlugin() 137 PROFILER_LOG_DEBUG(LOG_CORE, "%s:registerPlugin fail 2", __func__); in RegisterPlugin() [all …]
|
D | plugin_module.cpp | 38 PROFILER_LOG_DEBUG(LOG_CORE, "%s:already open", __func__); in Load() 47 PROFILER_LOG_DEBUG(LOG_CORE, "%s:dlopen err:%s.", __func__, dlerror()); in Load() 202 PROFILER_LOG_DEBUG(LOG_CORE, "%s:structPtr_ == nullptr", __func__); in BindFunctions() 208 PROFILER_LOG_DEBUG(LOG_CORE, "%s:structPtr_->callbacks == nullptr", __func__); in BindFunctions() 214 PROFILER_LOG_DEBUG(LOG_CORE, "%s:onPluginSessionStart == nullptr", __func__); in BindFunctions() 223 PROFILER_LOG_DEBUG(LOG_CORE, "StartSession"); in StartSession()
|
D | main.cpp | 79 PROFILER_LOG_DEBUG(LOG_CORE, "%s:pluginDir = %s", __func__, argv[1]); in main() 93 PROFILER_LOG_DEBUG(LOG_CORE, "%s:connect failed, try again", __func__); in main()
|
D | buffer_writer.cpp | 41 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in BufferWriter() 54 …PROFILER_LOG_DEBUG(LOG_CORE, "%s:destroy eventfd = %d!", __func__, eventNotifier_ ? eventNotifier_… in ~BufferWriter() 61 PROFILER_LOG_DEBUG(LOG_CORE, "%s:stats B: %" PRIu64 ", P: %d, W:%" PRIu64 ", F: %d", __func__, in Report()
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
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, "%s(%d)", __FUNCTION__, addResult_); in GetAddResult() [all …]
|
D | profiler_data_repeater_test.cpp | 200 PROFILER_LOG_DEBUG(LOG_CORE, "put data %d FAILED!", i); in __anonbcac324c0602() 211 PROFILER_LOG_DEBUG(LOG_CORE, "get data %d FAILED!", i); in __anonbcac324c0702()
|
/developtools/profiler/device/services/plugin_service/src/ |
D | plugin_service_impl.cpp | 44 PROFILER_LOG_DEBUG(LOG_CORE, "UpdatePlugin OK"); in RegisterPlugin() 49 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin OK"); in RegisterPlugin() 53 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL"); in RegisterPlugin() 65 PROFILER_LOG_DEBUG(LOG_CORE, "UnregisterPlugin OK"); in UnregisterPlugin() 69 PROFILER_LOG_DEBUG(LOG_CORE, "UnregisterPlugin FAIL"); in UnregisterPlugin() 82 PROFILER_LOG_DEBUG(LOG_CORE, "NotifyResult"); in NotifyResult()
|
D | plugin_service.cpp | 110 PROFILER_LOG_DEBUG(LOG_CORE, "Start IPC Service FAIL"); in StartService() 147 PROFILER_LOG_DEBUG(LOG_CORE, "CreatePluginSession policy = %d", (int)policy); in CreatePluginSession() 173 PROFILER_LOG_DEBUG(LOG_CORE, "CreatePluginSession %s done, shmem fd = %d", in CreatePluginSession() 197 PROFILER_LOG_DEBUG(LOG_CORE, "CreatePluginSession %s done!", pluginName.c_str()); in CreatePluginSession() 236 PROFILER_LOG_DEBUG(LOG_CORE, "=== StopPluginSession %s Waiting ... ===", pluginName.c_str()); in StopPluginSession() 240 PROFILER_LOG_DEBUG(LOG_CORE, "=== StopPluginSession Waiting FAIL ==="); in StopPluginSession() 243 PROFILER_LOG_DEBUG(LOG_CORE, "StopPluginSession %s done!", pluginName.c_str()); in StopPluginSession() 384 PROFILER_LOG_DEBUG(LOG_CORE, "AddPluginInfo for %s done!", pluginInfo.name.c_str()); in AddPluginInfo() 426 PROFILER_LOG_DEBUG(LOG_CORE, "RemovePluginInfo for %s done!", pluginName.c_str()); in RemovePluginInfo() 449 … PROFILER_LOG_DEBUG(LOG_CORE, "need to clear share memory block and report the basic data"); in ReadShareMemoryOffline() [all …]
|
/developtools/profiler/device/base/src/ |
D | event_notifier.cpp | 49 PROFILER_LOG_DEBUG(LOG_CORE, "EventNotifier create eventfd %d done!", fd_); in EventNotifier() 56 PROFILER_LOG_DEBUG(LOG_CORE, "EventNotifier bind eventfd %d done!", fd_); in EventNotifier() 61 PROFILER_LOG_DEBUG(LOG_CORE, "EventNotifier close eventfd %d", fd_); in ~EventNotifier()
|
D | common.cpp | 140 PROFILER_LOG_DEBUG(LOG_CORE, "open file failed! %s", filePath); in IsProcessExist() 245 PROFILER_LOG_DEBUG(LOG_CORE, "BEGN %s: ready!", __func__); in CustomPopen() 306 PROFILER_LOG_DEBUG(LOG_CORE, "END %s fds[READ]: success!", __func__); in CustomPopen() 310 PROFILER_LOG_DEBUG(LOG_CORE, "END %s fds[WRITE]: success!", __func__); in CustomPopen() 316 PROFILER_LOG_DEBUG(LOG_CORE, "BEGN %s: ready!", __func__); in CustomPclose() 322 PROFILER_LOG_DEBUG(LOG_CORE, "NOTE Kill Endless Loop Child %d.", childPid); in CustomPclose() 348 PROFILER_LOG_DEBUG(LOG_CORE, "END %s: success!", __func__); in CustomPclose() 355 PROFILER_LOG_DEBUG(LOG_CORE, "BEGN %s: ready!", __func__); in CustomPUnblock() 363 PROFILER_LOG_DEBUG(LOG_CORE, "NOTE %s: ready!Unblock r_fd and close all", __func__); in CustomPUnblock() 368 PROFILER_LOG_DEBUG(LOG_CORE, "END %s: success!", __func__); in CustomPUnblock() [all …]
|
D | epoll_event_poller.cpp | 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() 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() 211 PROFILER_LOG_DEBUG(LOG_CORE, "remove context for %d", ctxPtr->fd); in Finalize()
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
D | native_memory_profiler_sa_config.cpp | 99 PROFILER_LOG_DEBUG(LOG_CORE, in PrintConfig() 103 …PROFILER_LOG_DEBUG(LOG_CORE, "maxStackDepth: %d, mallocDisable: %d, mmapDisable: %d, freeStackData… in PrintConfig() 107 …PROFILER_LOG_DEBUG(LOG_CORE, "mallocFreeMatchingInterval: %d, mallocFreeMatchingCnt: %d, stringCom… in PrintConfig() 111 PROFILER_LOG_DEBUG(LOG_CORE, in PrintConfig() 116 PROFILER_LOG_DEBUG(LOG_CORE, in PrintConfig()
|
/developtools/profiler/device/services/ipc/src/ |
D | unix_socket_server.cpp | 46 PROFILER_LOG_DEBUG(LOG_CORE, "close UnixSocketServer"); in ~UnixSocketServer() 56 PROFILER_LOG_DEBUG(LOG_CORE, "acceptThread finish"); in ~UnixSocketServer() 58 … PROFILER_LOG_DEBUG(LOG_CORE, "socketClients_.size() = %zu delete map", socketClients_.size()); in ~UnixSocketServer() 90 PROFILER_LOG_DEBUG(LOG_CORE, "new socketClients_ socketClients_.size() = %zu", in UnixSocketAccept() 102 … PROFILER_LOG_DEBUG(LOG_CORE, "socketClients disconnect socketClients_.size() = %zu", in UnixSocketAccept()
|
D | socket_context.cpp | 110 PROFILER_LOG_DEBUG(LOG_CORE, "====== IPC LOST CONNECT ======"); in UnixSocketRecv() 124 PROFILER_LOG_DEBUG(LOG_CORE, "====== IPC LOST CONNECT ======"); in UnixSocketRecv() 144 PROFILER_LOG_DEBUG(LOG_CORE, "UnixSocketRecv thread exit"); in UnixSocketRecv()
|
/developtools/profiler/device/plugins/hiebpf_plugin/src/ |
D | hiebpf_module.cpp | 58 PROFILER_LOG_DEBUG(LOG_CORE, "enter"); in HiebpfSessionStart() 83 PROFILER_LOG_DEBUG(LOG_CORE, "leave"); in HiebpfSessionStart() 91 PROFILER_LOG_DEBUG(LOG_CORE, "enter"); in HiebpfSessionStop() 109 PROFILER_LOG_DEBUG(LOG_CORE, "leave"); in HiebpfSessionStop()
|
/developtools/profiler/device/plugins/ffrt_profiler/client/src/ |
D | ffrt_profiler_write.cpp | 36 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in FfrtProfilerWriter() 44 …PROFILER_LOG_DEBUG(LOG_CORE, "%s:destroy eventfd = %d!", __func__, eventNotifier_ ? eventNotifier_… in ~FfrtProfilerWriter() 52 PROFILER_LOG_DEBUG(LOG_CORE, "%s:stats B: %" PRIu64 ", P: %d, W:%" PRIu64 ", F: %d", __func__, in Report()
|
D | ffrt_profiler.cpp | 104 …PROFILER_LOG_DEBUG(LOG_CORE, "ffrt profiler clent start, pid: %d, processName: %s", pid_, processN… in Enable() 112 …PROFILER_LOG_DEBUG(LOG_CORE, "ffrt profiler clent stop, pid: %d, processName: %s", pid_, processNa… in Disable()
|
/developtools/profiler/device/plugins/network_profiler/client/src/ |
D | network_profiler_write.cpp | 36 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in NetworkProfilerWriter() 44 …PROFILER_LOG_DEBUG(LOG_CORE, "%s:destroy eventfd = %d!", __func__, eventNotifier_ ? eventNotifier_… in ~NetworkProfilerWriter() 52 PROFILER_LOG_DEBUG(LOG_CORE, "%s:stats B: %" PRIu64 ", P: %d, W:%" PRIu64 ", F: %d", __func__, in Report()
|
D | network_profiler.cpp | 104 …PROFILER_LOG_DEBUG(LOG_CORE, "network profiler clent start, pid: %d, processName: %s", pid_, proce… in Enable() 112 …PROFILER_LOG_DEBUG(LOG_CORE, "network profiler clent stop, pid: %d, processName: %s", pid_, proces… in Disable()
|
/developtools/profiler/device/plugins/native_hook/src/ |
D | stack_writer.cpp | 32 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in StackWriter() 40 …PROFILER_LOG_DEBUG(LOG_CORE, "%s:destroy eventfd = %d!", __func__, eventNotifier_ ? eventNotifier_… in ~StackWriter() 48 PROFILER_LOG_DEBUG(LOG_CORE, "%s:stats B: %" PRIu64 ", P: %d, W:%" PRIu64 ", F: %d", __func__, in Report()
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
D | ffrt_profiler_manager.cpp | 249 …PROFILER_LOG_DEBUG(LOG_CORE, "ffrt profiler context: pid: %d, processName: %s, eventFd: %d, shmFd:… in HandleFfrtProfilerContext() 275 … PROFILER_LOG_DEBUG(LOG_CORE, "GetFfrtProfilerCtx: pid: %d, name: %s, eventFd: %d, shmFd: %d", in GetFfrtProfilerCtx() 370 PROFILER_LOG_DEBUG(LOG_CORE, "response.plugin_id() = %d", response.plugin_id()); in RegisterAgentPlugin() 372 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin OK"); in RegisterAgentPlugin() 374 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 1"); in RegisterAgentPlugin() 378 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 2"); in RegisterAgentPlugin()
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
D | network_profiler_manager.cpp | 250 …PROFILER_LOG_DEBUG(LOG_CORE, "network profiler context: pid: %d, processName: %s, eventFd: %d, shm… in HandleNetworkProfilerContext() 276 … PROFILER_LOG_DEBUG(LOG_CORE, "GetNetworkProfilerCtx: pid: %d, name: %s, eventFd: %d, shmFd: %d", in GetNetworkProfilerCtx() 371 PROFILER_LOG_DEBUG(LOG_CORE, "response.plugin_id() = %d", response.plugin_id()); in RegisterAgentPlugin() 373 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin OK"); in RegisterAgentPlugin() 375 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 1"); in RegisterAgentPlugin() 379 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 2"); in RegisterAgentPlugin()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | hook_service.cpp | 49 PROFILER_LOG_DEBUG(LOG_CORE, "Start IPC Service FAIL"); in StartService() 100 …PROFILER_LOG_DEBUG(LOG_CORE, "ProtocolProc, receive message from hook client, and send hook config… in ProtocolProc()
|
D | hook_manager.cpp | 172 PROFILER_LOG_DEBUG(LOG_CORE, "response.plugin_id() = %d", response.plugin_id()); in RegisterAgentPlugin() 174 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin OK"); in RegisterAgentPlugin() 176 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 1"); in RegisterAgentPlugin() 180 PROFILER_LOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 2"); in RegisterAgentPlugin() 196 PROFILER_LOG_DEBUG(LOG_CORE, "UnregisterPlugin FAIL 2"); in UnregisterAgentPlugin() 315 PROFILER_LOG_DEBUG(LOG_CORE, "CreatePluginSession"); in CreatePluginSession() 575 PROFILER_LOG_DEBUG(LOG_CORE, "agentIndex_ %d", agentIndex_); in CreateWriter()
|