简体   繁体   English

无法在Android Linux内核中找到/ proc / pid / io文件

[英]Unable to find /proc/pid/io file in Android linux kernel

I want to know if /proc/pid/io is available in "Android" linux kernel. 我想知道/ proc / pid / io在“ Android” Linux内核中是否可用。 It says "/system/bin/sh: cat: /proc/9267/io: No such file or directory". 它说:“ / system / bin / sh:cat:/ proc / 9267 / io:没有这样的文件或目录”。

Could you please check if CONFIG_GCOV_KERNEL is enabled in kernel? 您能否检查内核中是否启用了CONFIG_GCOV_KERNEL? This configuration will give compiling of kernel/fs/proc/base.c, which contains information in /proc/[pid]/io 此配置将编译kernel / fs / proc / base.c,其中包含/ proc / [pid] / io中的信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM