Searched refs:wchan (Results 1 – 3 of 3) sorted by relevance
295 std::string wchan = ""; local304 OHOS::HiviewDFX::LoadStringFromFile(wchanPath, wchan);305 if (!comm.empty() && !wchan.empty()) {310 ss << "wchan:" << wchan << std::endl;330 std::string wchan; local331 if (OHOS::HiviewDFX::LoadStringFromFile(wchanPath, wchan)) {332 ss << "wchan:" << wchan << std::endl;
176 …进行10次,重复栈帧会聚合在一起,不同调用层次通过行缩进进行区分,最终以树型方式进行展示。当抓栈失败(如主线程阻塞在内核或信号被屏蔽等情况)时,将会输出"/proc/self/wchan"文件内容。
176 …ocked in the kernel or signals are masked), the content of the **/proc/self/wchan** file is output.