Home
last modified time | relevance | path

Searched refs:PROFILER_LOG_DEBUG (Results 1 – 25 of 40) sorted by relevance

12

/developtools/profiler/device/plugins/api/src/
Dcommand_poller.cpp43 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 …]
Dplugin_manager.cpp64 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()
125PROFILER_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 …]
Dplugin_module.cpp38 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()
Dmain.cpp79 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()
Dbuffer_writer.cpp41 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in BufferWriter()
54PROFILER_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/
Dplugin_service_stubs.cpp40 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 …]
Dprofiler_data_repeater_test.cpp200 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/
Dplugin_service_impl.cpp44 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()
Dplugin_service.cpp110 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()
449PROFILER_LOG_DEBUG(LOG_CORE, "need to clear share memory block and report the basic data"); in ReadShareMemoryOffline()
[all …]
/developtools/profiler/device/base/src/
Devent_notifier.cpp49 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()
Dcommon.cpp140 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 …]
Depoll_event_poller.cpp109 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/
Dnative_memory_profiler_sa_config.cpp99 PROFILER_LOG_DEBUG(LOG_CORE, in PrintConfig()
103PROFILER_LOG_DEBUG(LOG_CORE, "maxStackDepth: %d, mallocDisable: %d, mmapDisable: %d, freeStackData… in PrintConfig()
107PROFILER_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/
Dunix_socket_server.cpp46 PROFILER_LOG_DEBUG(LOG_CORE, "close UnixSocketServer"); in ~UnixSocketServer()
56 PROFILER_LOG_DEBUG(LOG_CORE, "acceptThread finish"); in ~UnixSocketServer()
58PROFILER_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()
102PROFILER_LOG_DEBUG(LOG_CORE, "socketClients disconnect socketClients_.size() = %zu", in UnixSocketAccept()
Dsocket_context.cpp110 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/
Dhiebpf_module.cpp58 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/
Dffrt_profiler_write.cpp36 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in FfrtProfilerWriter()
44PROFILER_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()
Dffrt_profiler.cpp104PROFILER_LOG_DEBUG(LOG_CORE, "ffrt profiler clent start, pid: %d, processName: %s", pid_, processN… in Enable()
112PROFILER_LOG_DEBUG(LOG_CORE, "ffrt profiler clent stop, pid: %d, processName: %s", pid_, processNa… in Disable()
/developtools/profiler/device/plugins/network_profiler/client/src/
Dnetwork_profiler_write.cpp36 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in NetworkProfilerWriter()
44PROFILER_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()
Dnetwork_profiler.cpp104PROFILER_LOG_DEBUG(LOG_CORE, "network profiler clent start, pid: %d, processName: %s", pid_, proce… in Enable()
112PROFILER_LOG_DEBUG(LOG_CORE, "network profiler clent stop, pid: %d, processName: %s", pid_, proces… in Disable()
/developtools/profiler/device/plugins/native_hook/src/
Dstack_writer.cpp32 PROFILER_LOG_DEBUG(LOG_CORE, "%s:create shareMemoryBlock_ failed!", __func__); in StackWriter()
40PROFILER_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/
Dffrt_profiler_manager.cpp249PROFILER_LOG_DEBUG(LOG_CORE, "ffrt profiler context: pid: %d, processName: %s, eventFd: %d, shmFd:… in HandleFfrtProfilerContext()
275PROFILER_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/
Dnetwork_profiler_manager.cpp250PROFILER_LOG_DEBUG(LOG_CORE, "network profiler context: pid: %d, processName: %s, eventFd: %d, shm… in HandleNetworkProfilerContext()
276PROFILER_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/
Dhook_service.cpp49 PROFILER_LOG_DEBUG(LOG_CORE, "Start IPC Service FAIL"); in StartService()
100PROFILER_LOG_DEBUG(LOG_CORE, "ProtocolProc, receive message from hook client, and send hook config… in ProtocolProc()
Dhook_manager.cpp172 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()

12