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

时间:2021-07-23 02:54:50

I want to know if /proc/pid/io is available in "Android" linux kernel. It says "/system/bin/sh: cat: /proc/9267/io: No such file or directory".

我想知道/ proc / pid / io是否在“Android”linux内核中可用。它说“/ system / bin / sh:cat:/ proc / 9267 / io:没有这样的文件或目录”。

1 个解决方案

#1


1  

Could you please check if CONFIG_GCOV_KERNEL is enabled in kernel? This configuration will give compiling of kernel/fs/proc/base.c, which contains information in /proc/[pid]/io

你能检查一下内核中是否启用了CONFIG_GCOV_KERNEL吗?这个配置将编译kernel / fs / proc / base.c,它包含/ proc / [pid] / io中的信息

#1


1  

Could you please check if CONFIG_GCOV_KERNEL is enabled in kernel? This configuration will give compiling of kernel/fs/proc/base.c, which contains information in /proc/[pid]/io

你能检查一下内核中是否启用了CONFIG_GCOV_KERNEL吗?这个配置将编译kernel / fs / proc / base.c,它包含/ proc / [pid] / io中的信息