/developtools/profiler/device/plugins/api/src/ |
D | plugin_manager.cpp | 46 HILOG_ERROR(LOG_CORE, "%s:path is invalid: %s, errno=%d", __func__, path.c_str(), errno); in ComputeFileSha256() 62 HILOG_DEBUG(LOG_CORE, "%s:%s-(%s)", __func__, path.c_str(), result.c_str()); in ComputeFileSha256() 81 HILOG_DEBUG(LOG_CORE, "%s:bindFunctions failed %s", __func__, pluginPath.c_str()); in AddPlugin() 87 HILOG_DEBUG(LOG_CORE, "%s:getinfo failed!", __func__); in AddPlugin() 94 HILOG_DEBUG(LOG_CORE, "%s:already add", __func__); in AddPlugin() 98 HILOG_DEBUG(LOG_CORE, "%s:add plugin name = %s", __func__, pluginName.c_str()); in AddPlugin() 101 HILOG_DEBUG(LOG_CORE, "%s:unload failed!", __func__); in AddPlugin() 123 HILOG_DEBUG(LOG_CORE, "%s:response.plugin_id() = %d", __func__, response.plugin_id()); in RegisterPlugin() 129 HILOG_DEBUG(LOG_CORE, "%s:registerPlugin ok", __func__); in RegisterPlugin() 131 HILOG_DEBUG(LOG_CORE, "%s:registerPlugin fail 1", __func__); in RegisterPlugin() [all …]
|
D | command_poller.cpp | 43 HILOG_DEBUG(LOG_CORE, "%s:proc", __func__); in OnCreateSessionCmd() 59 HILOG_DEBUG(LOG_CORE, "%s:bufferSize = %d", __func__, bufferSize); in OnCreateSessionCmd() 63 HILOG_DEBUG(LOG_CORE, "%s:smbFd = %d, eventFd = %d", __func__, smbFd, eventFd); in OnCreateSessionCmd() 64 HILOG_DEBUG(LOG_CORE, "%s:eventFd flags = %X", __func__, flags); in OnCreateSessionCmd() 70 HILOG_DEBUG(LOG_CORE, "%s:ok", __func__); in OnCreateSessionCmd() 76 HILOG_DEBUG(LOG_CORE, "%s:proc", __func__); in OnDestroySessionCmd() 88 HILOG_DEBUG(LOG_CORE, "%s:ok", __func__); in OnDestroySessionCmd() 94 HILOG_DEBUG(LOG_CORE, "%s:proc", __func__); in OnStartSessionCmd() 106 HILOG_DEBUG(LOG_CORE, "%s:OK", __func__); in OnStartSessionCmd() 112 HILOG_DEBUG(LOG_CORE, "%s:proc", __func__); in OnStopSessionCmd() [all …]
|
D | plugin_watcher.cpp | 39 HILOG_INFO(LOG_CORE, "%s:inotify_init1 failed! inotifyFd_ : %d", __func__, inotifyFd_); in PluginWatcher() 64 HILOG_INFO(LOG_CORE, "%s:scan plugin from directory %s", __func__, fullpath); in ScanPlugins() 72 HILOG_INFO(LOG_CORE, "%s:readdir finish!", __func__); in ScanPlugins() 94 …HILOG_INFO(LOG_CORE, "%s:inotify_add_watch add directory %s failed!", __func__, pluginDir.c_str()); in WatchPlugins() 97 HILOG_INFO(LOG_CORE, "%s:inotify_add_watch add directory %s success!", __func__, fullpath); in WatchPlugins() 140 HILOG_ERROR(LOG_CORE, "%s:memset_s error!", __func__); in MonitorIsSet() 174 HILOG_INFO(LOG_CORE, "%s:plugin %s add success!", __func__, pluginPath.c_str()); in OnPluginAdded() 176 HILOG_INFO(LOG_CORE, "%s:pluginPath %s add failed!", __func__, pluginPath.c_str()); in OnPluginAdded() 179 HILOG_INFO(LOG_CORE, "%s:weak_ptr pluginManager lock failed!", __func__); in OnPluginAdded() 188 HILOG_INFO(LOG_CORE, "%s:pluginPath %s remove success!", __func__, pluginPath.c_str()); in OnPluginRemoved() [all …]
|
D | main.cpp | 61 HILOG_INFO(LOG_CORE, "hiprofiler plugin receive sigterm signal!"); in SignalSigtermHandler() 76 HILOG_DEBUG(LOG_CORE, "%s:pluginDir = %s", __func__, argv[1]); in main() 90 HILOG_DEBUG(LOG_CORE, "%s:connect failed, try again", __func__); in main() 99 HILOG_INFO(LOG_CORE, "add preset plugin %s success!", pluginPath.c_str()); in main() 101 HILOG_INFO(LOG_CORE, "add preset plugin %s failed!", pluginPath.c_str()); in main() 109 HILOG_INFO(LOG_CORE, "release lockfile failed!"); in main()
|
/developtools/profiler/device/plugins/hisysevent_plugin/src/ |
D | hisysevent_plugin.cpp | 38 HILOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in ~HisyseventPlugin() 40 HILOG_INFO(LOG_CORE, "END %s: success!", __func__); in ~HisyseventPlugin() 47 HILOG_INFO(LOG_CORE, "END %s: success!", __func__); in SetWriter() 53 HILOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in Start() 59 …HILOG_DEBUG(LOG_CORE, "NOTE configData ParseFromArray sucessed,sourse data:%s", protoConfig_.msg()… in Start() 76 HILOG_INFO(LOG_CORE, "END %s: success!", __func__); in Start() 82 HILOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in Stop() 94 HILOG_INFO(LOG_CORE, "END %s: success!", __func__); in Stop() 100 HILOG_INFO(LOG_CORE, "BEGN %s: ready!", __func__); in Run() 103 …HILOG_INFO(LOG_CORE, "NOTE hisysevent_plugin_result.proto->HisyseventInfo:dataProto;Ready to outpu… in Run() [all …]
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | hook_manager.cpp | 60 HILOG_ERROR(LOG_CORE, "%s: hook process does not exist", __func__); in CheckProcess() 79 …HILOG_INFO(LOG_CORE, "Wait process %s start or restart, set param", hookConfig_.process_name().c_s… in CheckProcessName() 83 … HILOG_WARN(LOG_CORE, "set param failed, please manually set param and start process(%s)", in CheckProcessName() 86 …HILOG_INFO(LOG_CORE, "set param success, please start process(%s)", hookConfig_.process_name().c_s… in CheckProcessName() 90 … HILOG_INFO(LOG_CORE, "Process %s exist, pid = %d", hookConfig_.process_name().c_str(), pid_); in CheckProcessName() 121 HILOG_DEBUG(LOG_CORE, "response.plugin_id() = %d", response.plugin_id()); in RegisterAgentPlugin() 123 HILOG_DEBUG(LOG_CORE, "RegisterPlugin OK"); in RegisterAgentPlugin() 125 HILOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 1"); in RegisterAgentPlugin() 129 HILOG_DEBUG(LOG_CORE, "RegisterPlugin FAIL 2"); in RegisterAgentPlugin() 145 HILOG_DEBUG(LOG_CORE, "UnregisterPlugin FAIL 2"); in UnregisterAgentPlugin() [all …]
|
D | hook_standalone.cpp | 61 HILOG_ERROR(LOG_CORE, "recv signal %d", signo); in SignalHandl() 97 …HILOG_INFO(LOG_CORE, "hookservice smbFd = %d, eventFd = %d\n", g_shareMemoryBlock->GetfileDescript… in StartHook() 108 HILOG_INFO(LOG_CORE, "hookservice smbFd = %d, eventFd = %d\n", in StartHook() 114 HILOG_INFO(LOG_CORE, "send hook client config:%s\n", clientConfigStr.c_str()); in StartHook() 154 HILOG_INFO(LOG_CORE, "fp_unwind = %d", nativeConfig.fp_unwind()); in StartHook() 155 HILOG_INFO(LOG_CORE, "offline_symbolization = %d", nativeConfig.offline_symbolization()); in StartHook() 156 HILOG_INFO(LOG_CORE, "callframe_compress; = %d", nativeConfig.callframe_compress()); in StartHook() 157 HILOG_INFO(LOG_CORE, "string_compressed; = %d", nativeConfig.string_compressed()); in StartHook() 158 HILOG_INFO(LOG_CORE, "statistics_interval = %u", nativeConfig.statistics_interval()); in StartHook() 159 HILOG_INFO(LOG_CORE, "isHookStandaloneSerialize = %d", isHookStandaloneSerialize); in StartHook() [all …]
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_module.cpp | 36 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginRegisterWriter() 38 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginRegisterWriter() 47 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStartSession() 51 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStartSession() 53 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStartSession() 62 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginReportBasicData() 64 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginReportBasicData() 73 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStopSession() 75 HILOG_INFO(LOG_CORE, "%s: %d", __func__, __LINE__); in TracePluginStopSession()
|
D | process_utils.cpp | 54 HILOG_INFO(LOG_CORE, "set signal handler for sig %d done!", sig_); in Init() 66 HILOG_INFO(LOG_CORE, "restore signal handler for sig %d done!", sig_); in Finalize() 93 HILOG_INFO(LOG_CORE, "Add fd %d to poll set done!", fd); in AddFd() 101 HILOG_INFO(LOG_CORE, "poll %dms timeout!", timeout); in PollEvents() 180 HILOG_INFO(LOG_CORE, "sig %d received!", sig); in ReceiveOutputAndSigchld() 187 HILOG_INFO(LOG_CORE, "poll failed!"); in ReceiveOutputAndSigchld() 206 HILOG_INFO(LOG_CORE, "process %d exited with status %d", pid, retval); in GetProcessExitCode() 209 HILOG_INFO(LOG_CORE, "process %d killed by signal %d\n", pid, WTERMSIG(wstatus)); in GetProcessExitCode() 212 HILOG_WARN(LOG_CORE, "process %d exited with unknow status!", pid); in GetProcessExitCode() 227 HILOG_INFO(LOG_CORE, "ExecuteCommand(%s): prepare ...", cmdline.c_str()); in Execute() [all …]
|
/developtools/profiler/device/plugins/arkts_plugin/src/ |
D | arkts_plugin.cpp | 67 HILOG_ERROR(LOG_CORE, "%s:parseFromArray failed!", __func__); in Start() 72 HILOG_ERROR(LOG_CORE, "%s: pid is less than or equal to 0", __func__); in Start() 93 HILOG_ERROR(LOG_CORE, "%s:scheduleTask interval == 0 error!", __func__); in Start() 98 HILOG_ERROR(LOG_CORE, "%s:scheduleTask failed!", __func__); in Start() 147 HILOG_ERROR(LOG_CORE, "%s: recv is empty", __func__); in FlushData() 165 HILOG_ERROR(LOG_CORE, "client has inited"); in ClientConnectUnixWebSocket() 171 … HILOG_ERROR(LOG_CORE, "client socket failed, error = %d, , desc = %s", errno, strerror(errno)); in ClientConnectUnixWebSocket() 177 …HILOG_ERROR(LOG_CORE, "client SetWebSocketTimeOut failed, error = %d, desc = %s", errno, strerror(… in ClientConnectUnixWebSocket() 185 …HILOG_ERROR(LOG_CORE, "client memset_s serverAddr failed, error = %d, desc = %s", errno, strerror(… in ClientConnectUnixWebSocket() 192 …HILOG_ERROR(LOG_CORE, "client strcpy_s serverAddr.sun_path failed, error = %d, , desc = %s", errno, in ClientConnectUnixWebSocket() [all …]
|
/developtools/profiler/device/services/profiler_service/src/ |
D | profiler_service.cpp | 43 HILOG_ERROR(LOG_CORE, "%s: FAILED, %s is null!", __func__, #ptr); \ 51 HILOG_ERROR(LOG_CORE, "%s: FAILED, %s", __func__, errorMessage); \ 72 HILOG_INFO(LOG_CORE, "~SessionContext id = %d", id); in ~SessionContext() 85 HILOG_INFO(LOG_CORE, "GetCapabilities from '%s'", context->peer().c_str()); in GetCapabilities() 87 HILOG_INFO(LOG_CORE, "GetCapabilities %d start", request->request_id()); in GetCapabilities() 94 HILOG_INFO(LOG_CORE, "GetCapabilities %d done!", request->request_id()); in GetCapabilities() 231 HILOG_INFO(LOG_CORE, "CreateSession from '%s'", context->peer().c_str()); in CreateSession() 235 HILOG_INFO(LOG_CORE, "CreateSession %d start", request->request_id()); in CreateSession() 253 HILOG_ERROR(LOG_CORE, "%s: ParseFromArray failed", __func__); in CreateSession() 257 HILOG_ERROR(LOG_CORE, "Application debug permisson denied!"); in CreateSession() [all …]
|
/developtools/profiler/device/services/ipc/src/ |
D | unix_socket_server.cpp | 39 HILOG_DEBUG(LOG_CORE, "close UnixSocketServer"); in ~UnixSocketServer() 48 HILOG_DEBUG(LOG_CORE, "acceptThread finish"); in ~UnixSocketServer() 50 HILOG_DEBUG(LOG_CORE, "socketClients_.size() = %zu delete map", socketClients_.size()); in ~UnixSocketServer() 70 HILOG_INFO(LOG_CORE, "Accept A Client %d", clientSocket); in UnixSocketAccept() 78 … HILOG_DEBUG(LOG_CORE, "new socketClients_ socketClients_.size() = %zu", socketClients_.size()); in UnixSocketAccept() 81 HILOG_ERROR(LOG_CORE, "Client %d exist", clientSocket); in UnixSocketAccept() 90 …HILOG_DEBUG(LOG_CORE, "socketClients disconnect socketClients_.size() = %zu", socketClients_.size(… in UnixSocketAccept() 93 HILOG_ERROR(LOG_CORE, "Client %d not exist", events[0].data.fd); in UnixSocketAccept() 114 HILOG_ERROR(LOG_CORE, "memset_s error!"); in StartServer() 118 HILOG_ERROR(LOG_CORE, "strncpy_s error!"); in StartServer() [all …]
|
/developtools/profiler/device/services/plugin_service/src/ |
D | plugin_session.cpp | 56 HILOG_INFO(LOG_CORE, "CreatePluginSession for %s...", pluginConfig_.name().c_str()); in Create() 65 … HILOG_INFO(LOG_CORE, "CreatePluginSession with buffer for %s %s!", pluginConfig_.name().c_str(), in Create() 69 …HILOG_INFO(LOG_CORE, "CreatePluginSession for %s %s!", pluginConfig_.name().c_str(), retval ? "OK"… in Create() 80 HILOG_INFO(LOG_CORE, "DestroyPluginSession for %s...", pluginConfig_.name().c_str()); in Destroy() 88 HILOG_INFO(LOG_CORE, "PluginSession::Destroy state is STARED, need stop!"); in Destroy() 93 …HILOG_INFO(LOG_CORE, "DestroyPluginSession for %s %s!", pluginConfig_.name().c_str(), retval ? "OK… in Destroy() 121 HILOG_INFO(LOG_CORE, "StartPluginSession for %s...", pluginConfig_.name().c_str()); in Start() 128 …HILOG_INFO(LOG_CORE, "StartPluginSession for %s %s!", pluginConfig_.name().c_str(), retval ? "OK" … in Start() 138 HILOG_INFO(LOG_CORE, "Refresh for %s...", pluginConfig_.name().c_str()); in Refresh() 145 …HILOG_INFO(LOG_CORE, "RefreshPluginSession for %s %s!", pluginConfig_.name().c_str(), retval ? "OK… in Refresh() [all …]
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
D | plugin_service_stubs.cpp | 40 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetCreateResult() 46 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, createResult_); in GetCreateResult() 52 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetStartResult() 58 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, startResult_); in GetStartResult() 64 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetStopResult() 70 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, stopResult_); in GetStopResult() 76 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetDestroyResult() 82 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, destroyResult_); in GetDestroyResult() 88 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, value); in SetAddResult() 94 HILOG_DEBUG(LOG_CORE, "%s(%d)", __FUNCTION__, addResult_); in GetAddResult() [all …]
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
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"… in __anonf1b77e270302() 51 …LOG_CORE, "maybe, the contents of print event(binder_alloc_lru_start) msg had be cut off in outfil… in __anonf1b77e270502() 66 …LOG_CORE, "maybe, the contents of print event(binder_alloc_page_end) msg had be cut off in outfile… in __anonf1b77e270702() 81 …LOG_CORE, "maybe, the contents of print event(binder_alloc_page_start) msg had be cut off in outfi… in __anonf1b77e270902() 94 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(binder_command) msg had be cut off in out… in __anonf1b77e270b02() 109 …LOG_CORE, "maybe, the contents of print event(binder_free_lru_end) msg had be cut off in outfile"); in __anonf1b77e270d02() 124 …LOG_CORE, "maybe, the contents of print event(binder_free_lru_start) msg had be cut off in outfile… in __anonf1b77e270f02() 138 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(binder_ioctl) msg had be cut off in outfi… in __anonf1b77e271102() 151 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(binder_ioctl_done) msg had be cut off in … in __anonf1b77e271302() 164 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(binder_lock) msg had be cut off in outfil… in __anonf1b77e271502() [all …]
|
D | ftrace_clk_event_formatter.cpp | 33 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clk_disable) msg had be cut off in outfil… in __anon4d24704d0302() 47 …LOG_CORE, "maybe, the contents of print event(clk_disable_complete) msg had be cut off in outfile"… in __anon4d24704d0502() 60 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clk_enable) msg had be cut off in outfile… in __anon4d24704d0702() 74 …LOG_CORE, "maybe, the contents of print event(clk_enable_complete) msg had be cut off in outfile"); in __anon4d24704d0902() 87 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clk_prepare) msg had be cut off in outfil… in __anon4d24704d0b02() 101 …LOG_CORE, "maybe, the contents of print event(clk_prepare_complete) msg had be cut off in outfile"… in __anon4d24704d0d02() 115 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clk_set_parent) msg had be cut off in out… in __anon4d24704d0f02() 130 …LOG_CORE, "maybe, the contents of print event(clk_set_parent_complete) msg had be cut off in outfi… in __anon4d24704d1102() 144 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clk_set_phase) msg had be cut off in outf… in __anon4d24704d1302() 159 …LOG_CORE, "maybe, the contents of print event(clk_set_phase_complete) msg had be cut off in outfil… in __anon4d24704d1502() [all …]
|
D | ftrace_power_event_formatter.cpp | 35 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clock_disable) msg had be cut off in outf… in __anona7b43e000302() 49 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clock_enable) msg had be cut off in outfi… in __anona7b43e000502() 63 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(clock_set_rate) msg had be cut off in out… in __anona7b43e000702() 77 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(cpu_frequency) msg had be cut off in outf… in __anona7b43e000902() 92 …LOG_CORE, "maybe, the contents of print event(cpu_frequency_limits) msg had be cut off in outfile"… in __anona7b43e000b02() 106 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(cpu_idle) msg had be cut off in outfile"); in __anona7b43e000d02() 124 …LOG_CORE, "maybe, the contents of print event(dev_pm_qos_add_request) msg had be cut off in outfil… in __anona7b43e000f02() 141 HILOG_WARN(LOG_CORE, in __anona7b43e001102() 159 HILOG_WARN(LOG_CORE, in __anona7b43e001302() 175 …LOG_CORE, "maybe, the contents of print event(device_pm_callback_end) msg had be cut off in outfil… in __anona7b43e001502() [all …]
|
D | ftrace_ext4_event_formatter.cpp | 37 …LOG_CORE, "maybe, the contents of print event(ext4_alloc_da_blocks) msg had be cut off in outfile"… in __anon2a10a1f80302() 60 …LOG_CORE, "maybe, the contents of print event(ext4_allocate_blocks) msg had be cut off in outfile"… in __anon2a10a1f80502() 77 …LOG_CORE, "maybe, the contents of print event(ext4_allocate_inode) msg had be cut off in outfile"); in __anon2a10a1f80702() 93 HILOG_WARN(LOG_CORE, in __anon2a10a1f80902() 111 …LOG_CORE, "maybe, the contents of print event(ext4_collapse_range) msg had be cut off in outfile"); in __anon2a10a1f80b02() 129 …LOG_CORE, "maybe, the contents of print event(ext4_da_release_space) msg had be cut off in outfile… in __anon2a10a1f80d02() 146 …LOG_CORE, "maybe, the contents of print event(ext4_da_reserve_space) msg had be cut off in outfile… in __anon2a10a1f80f02() 163 HILOG_WARN(LOG_CORE, in __anon2a10a1f81102() 181 …LOG_CORE, "maybe, the contents of print event(ext4_da_write_begin) msg had be cut off in outfile"); in __anon2a10a1f81302() 197 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(ext4_da_write_end) msg had be cut off in … in __anon2a10a1f81502() [all …]
|
D | ftrace_regulator_event_formatter.cpp | 35 …LOG_CORE, "maybe, the contents of print event(regulator_bypass_disable) msg had be cut off in outf… in __anon653d70a80302() 49 HILOG_WARN(LOG_CORE, in __anon653d70a80502() 65 …LOG_CORE, "maybe, the contents of print event(regulator_bypass_enable) msg had be cut off in outfi… in __anon653d70a80702() 79 HILOG_WARN(LOG_CORE, in __anon653d70a80902() 93 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(regulator_disable) msg had be cut off in … in __anon653d70a80b02() 107 HILOG_WARN(LOG_CORE, in __anon653d70a80d02() 121 …HILOG_WARN(LOG_CORE, "maybe, the contents of print event(regulator_enable) msg had be cut off in o… in __anon653d70a80f02() 135 HILOG_WARN(LOG_CORE, in __anon653d70a81102() 151 …LOG_CORE, "maybe, the contents of print event(regulator_enable_delay) msg had be cut off in outfil… in __anon653d70a81302() 166 …LOG_CORE, "maybe, the contents of print event(regulator_set_voltage) msg had be cut off in outfile… in __anon653d70a81502() [all …]
|
/developtools/profiler/device/base/include/ |
D | logging.h | 110 #ifndef LOG_CORE 111 #define LOG_CORE 0 macro 114 #define HILOG_DEBUG(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, fmt, #… argument 115 #define HILOG_INFO(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, fmt, ##_… argument 116 #define HILOG_WARN(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, fmt, ##_… argument 117 #define HILOG_ERROR(LOG_CORE, fmt, ...) HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, fmt, #… argument 199 HILOG_WARN(LOG_CORE, "CHECK_NOTNULL(%s) in %s:%d FAILED, " fmt, #ptr, __func__, \ 209 …HILOG_WARN(LOG_CORE, "CHECK_TRUE(%s) in %s:%d FAILED, " fmt, #expr, __func__, __LINE__, ##__VA_ARG… 225 HILOG_WARN(LOG_CORE, fmt, ##__VA_ARGS__); \
|
/developtools/profiler/device/plugins/sample_plugin/src/ |
D | sample_plugin.cpp | 38 HILOG_INFO(LOG_CORE, "%s:config data -->configSize=%d", __func__, configSize); in Start() 41 HILOG_INFO(LOG_CORE, "%s:configData[%d] = 0x%02x", __func__, i, configData[i]); in Start() 46 HILOG_ERROR(LOG_CORE, "%s:parseFromArray failed!", __func__); in Start() 49 HILOG_INFO(LOG_CORE, "%s:pid = %d", __func__, protoConfig_.pid()); in Start() 72 HILOG_DEBUG(LOG_CORE, "%s:report success! length = %d", __func__, length); in Report() 80 HILOG_INFO(LOG_CORE, "%s:stop success!", __func__); in Stop()
|
/developtools/profiler/device/base/test/unittest/ |
D | epoll_event_poller_test.cpp | 69 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitFinalize start!"); 82 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitOnly start!"); 95 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.Init2Finalize1 start!"); 110 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartStopFinalize start!"); 126 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartStop start!"); 141 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStart start!"); 155 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartAddFd start!"); 163 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartAddFd read %" PRIu64, readValue); in __anon4faeaaea0302() 185 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartAddFd start!"); 193 HILOG_INFO(LOG_CORE, "EpollEventPollerTest.InitStartAddFd read %" PRIu64, readValue); in __anon4faeaaea0402()
|
/developtools/profiler/device/base/src/ |
D | epoll_event_poller.cpp | 34 HILOG_INFO(LOG_CORE, "need Stop in destructor!"); in ~EpollEventPoller() 38 HILOG_INFO(LOG_CORE, "need Finalize in dtor!"); in ~EpollEventPoller() 109 HILOG_DEBUG(LOG_CORE, "poll set %s %d %x start!", name.c_str(), ctx->fd, event.events); in UpdateEvent() 112 HILOG_DEBUG(LOG_CORE, "poll set %s %d %x done!", name.c_str(), ctx->fd, event.events); in UpdateEvent() 128 HILOG_INFO(LOG_CORE, "epoll_wait %dms timeout!", timeOut_); in Run() 157 HILOG_DEBUG(LOG_CORE, "OnNotify %llu done!", static_cast<unsigned long long>(value)); in OnNotify() 164 HILOG_DEBUG(LOG_CORE, "Notify %llu done!", static_cast<unsigned long long>(value)); in Notify() 170 HILOG_INFO(LOG_CORE, "Init %d", state_.load()); in Init() 190 HILOG_INFO(LOG_CORE, "EpollEventPoller::Init %d done!", state_.load()); in Init() 198 HILOG_INFO(LOG_CORE, "need Stop in Finalize!"); in Finalize() [all …]
|
/developtools/profiler/device/plugins/hidump_plugin/src/ |
D | hidump_plugin.cpp | 48 HILOG_INFO(LOG_CORE, "%s: ready!", __func__); in ~HidumpPlugin() 61 HILOG_INFO(LOG_CORE, "%s: success!", __func__); in ~HidumpPlugin() 66 HILOG_INFO(LOG_CORE, "HidumpPlugin:Start ----> !"); in Start() 74 …HILOG_ERROR(LOG_CORE, "HidumpPlugin: CustomPopen(%s) Failed, errno(%d:%s)", g_fpsFormat, errno, bu… in Start() 84 HILOG_INFO(LOG_CORE, "HidumpPlugin: ---> Start success!"); in Start() 96 HILOG_INFO(LOG_CORE, "HidumpPlugin:stop thread success!"); in Stop() 100 HILOG_INFO(LOG_CORE, "HidumpPlugin: stop success!"); in Stop() 112 HILOG_INFO(LOG_CORE, "HidumpPlugin: Loop start"); in Loop() 140 HILOG_INFO(LOG_CORE, "HidumpPlugin: Loop exit"); in Loop() 148 HILOG_ERROR(LOG_CORE, "HidumpPlugin: fps command not found!"); in ParseHidumpInfo() [all …]
|
/developtools/profiler/device/plugins/hiebpf_plugin/src/ |
D | hiebpf_module.cpp | 38 HILOG_ERROR(LOG_CORE, "HiebpfPlugin::RunCmd: create popen FAILED!"); in RunCmd() 47 HILOG_INFO(LOG_CORE, "HiebpfPlugin::run command result: %s", result.c_str()); in RunCmd() 55 HILOG_DEBUG(LOG_CORE, "enter"); in HiebpfSessionStart() 57 HILOG_ERROR(LOG_CORE, "Parameter error"); in HiebpfSessionStart() 71 HILOG_DEBUG(LOG_CORE, "leave"); in HiebpfSessionStart() 79 HILOG_DEBUG(LOG_CORE, "enter"); in HiebpfSessionStop() 82 HILOG_DEBUG(LOG_CORE, "leave"); in HiebpfSessionStop()
|