/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()
|
H A D | paged_mem_pool.cpp | 33 PROFILER_LOG_INFO(LOG_CORE, "PagedMemPool init with %zu ppb, %zu slots!", pagePerBlock, maxCacheSize); in PagedMemPool() 43 PROFILER_LOG_INFO(LOG_CORE, "PagedMemPool deinit!"); in ~PagedMemPool() 63 PROFILER_LOG_INFO(LOG_CORE, "PagedMemPool::Allocate %zuB block done!", blockSize_); in Allocate()
|
H A D | flow_controller.cpp | 70 PROFILER_LOG_INFO(LOG_CORE, "FlowController destroy!"); in ~FlowController() 130 PROFILER_LOG_INFO(LOG_CORE, "create memory pool, buffer_size_kb = %u", bufferSizeKb_); in CreatePagedMemoryPool() 247 PROFILER_LOG_INFO(LOG_CORE, "trace args: %s", args.c_str()); in ReloadTraceArgs() 310 PROFILER_LOG_INFO(LOG_CORE, "FlowController::CaptureWorkOnNomalMode start!"); 318 PROFILER_LOG_INFO(LOG_CORE, "flushCacheData_ is true, return"); 329 PROFILER_LOG_INFO(LOG_CORE, "flushCacheData_ is true, return"); 333 PROFILER_LOG_INFO(LOG_CORE, "Get raw data from CPU%zu is 0 bytes.", i); 372 PROFILER_LOG_INFO(LOG_CORE, "FlowController::HmCaptureWorkOnNomalMode start!"); 377 PROFILER_LOG_INFO(LOG_CORE, "flushCacheData_ is true, return"); 383 PROFILER_LOG_INFO(LOG_COR [all...] |
H A D | printk_formats_parser.cpp | 36 PROFILER_LOG_INFO(LOG_CORE, "PrintkFormatsParser create!"); in PrintkFormatsParser() 41 PROFILER_LOG_INFO(LOG_CORE, "PrintkFormatsParser destroy!"); in ~PrintkFormatsParser()
|
H A D | result_transporter.cpp | 38 PROFILER_LOG_INFO(LOG_CORE, "ResultTransporter destroy!"); in ~ResultTransporter() 43 PROFILER_LOG_INFO(LOG_CORE, "ResultTransporter set flush interval to %d", ms); in SetFlushInterval() 49 PROFILER_LOG_INFO(LOG_CORE, "ResultTransporter set flush threshold to %u", nbytes); in SetFlushThreshold()
|
H A D | kernel_symbols_parser.cpp | 33 PROFILER_LOG_INFO(LOG_CORE, "KernelSymbolsParser create!"); in KernelSymbolsParser() 38 PROFILER_LOG_INFO(LOG_CORE, "KernelSymbolsParser destroy!"); in ~KernelSymbolsParser()
|
/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_COR in Refresh() [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() 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() 111 PROFILER_LOG_INFO(LOG_COR in Run() [all...] |
/developtools/profiler/device/plugins/api/src/ |
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() 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, "%s:pluginPath %s remove success!", __func__, pluginPath.c_str()); in OnPluginRemoved() 190 PROFILER_LOG_INFO(LOG_COR in OnPluginRemoved() [all...] |
H A D | main.cpp | 85 PROFILER_LOG_INFO(LOG_CORE, "add preset plugin %s success!", pluginPath.c_str()); in main() 87 PROFILER_LOG_INFO(LOG_CORE, "add preset plugin %s failed!", pluginPath.c_str()); in main() 101 PROFILER_LOG_INFO(LOG_CORE, "release lockfile failed!"); in main()
|
H A D | plugin_module.cpp | 51 PROFILER_LOG_INFO(LOG_CORE, "%s:unload ready!", __func__); in Unload() 54 PROFILER_LOG_INFO(LOG_CORE, "%s:unload plugin ret = %d", __func__, ret); in Unload() 104 PROFILER_LOG_INFO(LOG_CORE, "SetClockId: plugin=%s, clock=%d", GetPluginName().c_str(), clockId); in SetClockId() 232 PROFILER_LOG_INFO(LOG_CORE, "%s:stop Session ready!", __func__); in StopSession() 245 PROFILER_LOG_INFO(LOG_CORE, "%s:report basic data ready!", __func__); in ReportBasicData()
|
/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_COR in HWTEST_F() [all...] |
/developtools/profiler/device/services/profiler_service/src/ |
H A D | profiler_service.cpp | 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() 276 PROFILER_LOG_INFO(LOG_CORE, "bufferConfigs: %zu", bufferConfigs.size()); in CreateSession() 351 PROFILER_LOG_INFO(LOG_CORE, "CreateSession %d %u done!", request->request_id(), sessionId); in CreateSession() 380 PROFILER_LOG_INFO(LOG_CORE, "DelCtx use_count: %ld", ptr.use_count()); in RemoveSessionContext() 397 PROFILER_LOG_INFO(LOG_CORE, "%s:check file path %s fail", __func__, outputFile.c_str()); in MergeStandaloneFile() 408 PROFILER_LOG_INFO(LOG_COR in MergeStandaloneFile() [all...] |
/developtools/profiler/device/base/src/ |
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() 128 PROFILER_LOG_INFO(LOG_CORE, "epoll_wait %dms timeout!", timeOut_); in Run() 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, "need Stop in Finalize!"); in Finalize() 202 PROFILER_LOG_INFO(LOG_CORE, "Finalize %d", state_.load()); in Finalize() 228 PROFILER_LOG_INFO(LOG_CORE, "%s %d", __func__, state_.load()); in Start() 230 PROFILER_LOG_INFO(LOG_CORE, "epoll thread has started!"); in Start()
|
/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() 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() 160 PROFILER_LOG_INFO(LOG_CORE, "HidumpPlugin: Loop exit"); in Loop()
|
/developtools/profiler/device/plugins/sample_plugin/src/ |
H A D | sample_plugin.cpp | 44 PROFILER_LOG_INFO(LOG_CORE, "%s:config data -->configSize=%d", __func__, configSize); in Start() 47 PROFILER_LOG_INFO(LOG_CORE, "%s:configData[%d] = 0x%02x", __func__, i, configData[i]); in Start() 52 PROFILER_LOG_INFO(LOG_CORE, "%s:pid = %d", __func__, protoConfig_.pid()); in Start() 95 PROFILER_LOG_INFO(LOG_CORE, "%s:stop success!", __func__); in Stop()
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
H A D | trace_file_reader_test.cpp | 76 PROFILER_LOG_INFO(LOG_CORE, "[%d/%d] write %ld bytes to %s.", i, n, bytes, path.c_str()); in HWTEST_F() 87 PROFILER_LOG_INFO(LOG_CORE, "data = {%s, %d, %s}", data.name().c_str(), data.status(), data.data().c_str()); in HWTEST_F() 88 PROFILER_LOG_INFO(LOG_CORE, "read %ld bytes from %s", bytes, path.c_str()); in HWTEST_F() 111 PROFILER_LOG_INFO(LOG_CORE, "[%d/%d] write %ld bytes to %s.", i, n, bytes, path.c_str()); in HWTEST_F() 123 PROFILER_LOG_INFO(LOG_CORE, "data = {%s, %d, %s}", data.name().c_str(), data.status(), data.data().c_str()); in HWTEST_F() 124 PROFILER_LOG_INFO(LOG_CORE, "read %ld bytes from %s", bytes, path.c_str()); in HWTEST_F()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | hook_manager.cpp | 88 PROFILER_LOG_INFO(LOG_CORE, "hook context: pid: %d", pid); in CheckProcess() 124 PROFILER_LOG_INFO(LOG_CORE, "Wait process %s start or restart, set param", hookConfig_.process_name().c_str()); 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() 274 PROFILER_LOG_INFO(LOG_CORE, "hookservice smbFd = %d, eventFd = %d\n", ctx->shareMemoryBlock->GetfileDescriptor(), in HandleHookContext() 278 PROFILER_LOG_INFO(LOG_CORE, "hookConfig filter size = %d, malloc disable = %d mmap disable = %d", in HandleHookContext() 280 PROFILER_LOG_INFO(LOG_CORE, "hookConfig fp unwind = %d, max stack depth = %d, record_accurately=%d", in HandleHookContext() 282 PROFILER_LOG_INFO(LOG_CORE, "hookConfig offline_symbolization = %d", hookConfig_.offline_symbolization()); in HandleHookContext() 283 PROFILER_LOG_INFO(LOG_CORE, "hookConfig js_stack_report = %d max_js_stack_depth = %u", in HandleHookContext() 325 PROFILER_LOG_INFO(LOG_COR in CheckHapEncryped() [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() 70 PROFILER_LOG_INFO(LOG_CORE, "bundleName is %s,messagetype is %d", bundleName.c_str(), messageType); in Start() 99 PROFILER_LOG_INFO(LOG_CORE, "finish register the callback function:%s", __func__); in Start() 185 PROFILER_LOG_INFO(LOG_CORE, "%s:begin to stop xpower plugin", __func__); in Stop() 193 PROFILER_LOG_INFO(LOG_CORE, "stop xpower plugin callback"); in Stop() 198 PROFILER_LOG_INFO(LOG_CORE, "%s:stop xpower plugin success", __func__); in Stop()
|
/developtools/profiler/device/plugins/stream_plugin/src/ |
H A D | stream_plugin.cpp | 50 PROFILER_LOG_INFO(LOG_CORE, "%s:stop success!", __func__); in Stop() 62 PROFILER_LOG_INFO(LOG_CORE, "%s:transporter thread %d start !!!!!", __func__, gettid()); in Loop() 90 PROFILER_LOG_INFO(LOG_CORE, "%s:transporter thread %d exit !!!!!", __func__, gettid()); in Loop()
|
/developtools/profiler/device/services/ipc/src/ |
H A D | client_connection.cpp | 31 PROFILER_LOG_INFO(LOG_CORE, "new ClientConnection construct"); in ClientConnection() 44 PROFILER_LOG_INFO(LOG_CORE, "RAW_PROTOCOL_POINTTO_SERVICE %s", protoServiceName_.c_str()); in RawProtocolProc()
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
H A D | native_memory_profiler_sa_service.cpp | 78 PROFILER_LOG_INFO(LOG_CORE, "Service native memory started successfully"); in StartServiceAbility() 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() 183 PROFILER_LOG_INFO(LOG_CORE, "file path: %s", config->filePath_.c_str()); in StartHook() 192 PROFILER_LOG_INFO(LOG_CORE, "%s:check file path %s fail", __func__, config->filePath_.c_str()); in StartHook() 257 PROFILER_LOG_INFO(LOG_CORE, "NativeMemoryProfilerSaService: Support up to 4 tasks at the same time"); in CheckConfig() 262 PROFILER_LOG_INFO(LOG_CORE, "NativeMemoryProfilerSaService: tasks with an existing startup mode, name: %s", in CheckConfig() 270 PROFILER_LOG_INFO(LOG_CORE, "NativeMemoryProfilerSaService: hook has started, pid: %d", config->pid_); in CheckConfig() 275 PROFILER_LOG_INFO(LOG_CORE, "NativeMemoryProfilerSaService: hook has started, process name: %s", in CheckConfig() 354 PROFILER_LOG_INFO(LOG_COR in ProtocolProc() [all...] |
/developtools/profiler/device/plugins/hilog_plugin/src/ |
H A D | hilog_plugin.cpp | 52 PROFILER_LOG_INFO(LOG_CORE, "%s: ready!", __func__); in ~HilogPlugin() 68 PROFILER_LOG_INFO(LOG_CORE, "%s: success!", __func__); in ~HilogPlugin() 108 PROFILER_LOG_INFO(LOG_CORE, "{fp = %d, pipeSize=%d, oldPipeSize=%d}", fileno(fp_.get()), pipeSize, oldPipeSize); in Start() 116 PROFILER_LOG_INFO(LOG_CORE, "HilogPlugin: ready stop thread!"); in Stop() 128 PROFILER_LOG_INFO(LOG_CORE, "HilogPlugin: stop thread success!"); in Stop() 134 PROFILER_LOG_INFO(LOG_CORE, "HilogPlugin: stop success!"); in Stop() 199 PROFILER_LOG_INFO(LOG_CORE, "HilogPlugin::Run start!"); in Run() 264 PROFILER_LOG_INFO(LOG_CORE, "HilogPlugin::Run done!"); in Run() 431 PROFILER_LOG_INFO(LOG_CORE, "HilogPlugin: hour(%d) <==> fix hour(%ld)!", tmTime.tm_hour, fixHour); in TimeStringToNS()
|
/developtools/profiler/device/plugins/ffrt_profiler/client/src/ |
H A D | ffrt_profiler_socker_client.cpp | 70 PROFILER_LOG_INFO(LOG_CORE, "ffrt profiler client: smbFd: %d, eventFd: %d, shmSize: %d", in ProtocolProc() 76 PROFILER_LOG_INFO(LOG_CORE, "ffrt profiler client: flushInterval: %d, block: %d, clock: %d", in ProtocolProc() 127 PROFILER_LOG_INFO(LOG_CORE, "%s", __func__); in DisableHook()
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_socket_service.cpp | 70 PROFILER_LOG_INFO(LOG_CORE, "Wait for process %s to restart", bundleName.c_str()); in ProtocolProc() 78 PROFILER_LOG_INFO(LOG_CORE, "ProtocolProc, send eventfd: %d, smbFd: %d, peerPid: %d", eventFd, smbFd, pid); in ProtocolProc()
|