Jan. 19, 2021
9:09 a.m.
On Tue, 19 Jan 2021 07:38:13 +0000, "Pankaj Vinodrao Joshi" said:
i agree each processor type exports different information but i need to pop up information while i do /proc/cpu also i have observed that almost every arch display information w.r.t frequency. Can you suggest how i can add info related to cpufreq into /proc ?
You may wish to issue this command: find /sys -name '*freq*' and then meditate on the relative difficulty of parsing /proc/cpuinfo and a sysfs file, and ask yourself if you want to to re-think your design.