Could not find file / proc / pid / io in Linux linux kernel

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

+1
source share
1 answer

Could you check if CONFIG_GCOV_KERNEL is enabled in the kernel? This configuration will give a kernel / fs / proc / base.c compilation that contains information in / proc / [pid] / io

+1
source

All Articles