Re: [RFC PATCH 4/7] core/metricfs: expose softirq information through metricfs

2020-08-07 Thread Greg KH
On Fri, Aug 07, 2020 at 02:29:13PM -0700, Jonathan Adams wrote: > Add metricfs support for displaying percpu softirq counters. The > top directory is /sys/kernel/debug/metricfs/softirq. Then there > is a subdirectory for each softirq type. For example: > > cat

[RFC PATCH 4/7] core/metricfs: expose softirq information through metricfs

2020-08-07 Thread Jonathan Adams
Add metricfs support for displaying percpu softirq counters. The top directory is /sys/kernel/debug/metricfs/softirq. Then there is a subdirectory for each softirq type. For example: cat /sys/kernel/debug/metricfs/softirq/NET_RX/values Signed-off-by: Jonathan Adams ---

[RFC PATCH 4/7] core/metricfs: expose softirq information through metricfs

2020-08-05 Thread Jonathan Adams
Add metricfs support for displaying percpu softirq counters. The top directory is /sys/kernel/debug/metricfs/softirq. Then there is a subdirectory for each softirq type. For example: cat /sys/kernel/debug/metricfs/softirq/NET_RX/values Signed-off-by: Jonathan Adams ---