Re: [RFC PATCH 6/7] core/metricfs: expose x86-specific irq information through metricfs

2020-08-13 Thread Thomas Gleixner
Paolo Bonzini writes: > On 13/08/20 14:13, Thomas Gleixner wrote: >cat /sys/kernel/debug/metricfs/irq_x86/TLB/values What is 'TLB'? I'm not aware of any vector which is named TLB. >>> There's a "TLB" entry in /proc/interrupts. >> It's TLB shootdowns and not TLB. > > Yes but it's using

Re: [RFC PATCH 6/7] core/metricfs: expose x86-specific irq information through metricfs

2020-08-13 Thread Paolo Bonzini
On 13/08/20 14:13, Thomas Gleixner wrote: Add metricfs support for displaying percpu irq counters for x86. The top directory is /sys/kernel/debug/metricfs/irq_x86. Then there is a subdirectory for each x86-specific irq counter. For example: cat /sys/kernel/debug/met

Re: [RFC PATCH 6/7] core/metricfs: expose x86-specific irq information through metricfs

2020-08-13 Thread Thomas Gleixner
Paolo Bonzini writes: > On 13/08/20 12:11, Thomas Gleixner wrote: >>> Add metricfs support for displaying percpu irq counters for x86. >>> The top directory is /sys/kernel/debug/metricfs/irq_x86. >>> Then there is a subdirectory for each x86-specific irq counter. >>> For example: >>> >>>cat /

Re: [RFC PATCH 6/7] core/metricfs: expose x86-specific irq information through metricfs

2020-08-13 Thread Paolo Bonzini
On 13/08/20 12:11, Thomas Gleixner wrote: >> Add metricfs support for displaying percpu irq counters for x86. >> The top directory is /sys/kernel/debug/metricfs/irq_x86. >> Then there is a subdirectory for each x86-specific irq counter. >> For example: >> >>cat /sys/kernel/debug/metricfs/irq_x8

Re: [RFC PATCH 6/7] core/metricfs: expose x86-specific irq information through metricfs

2020-08-13 Thread Thomas Gleixner
Jonathan Adams writes: How is that related to core? The x86 subsys prefix is 'x86' and for this particular thing it's 'x86/irq:'. That applies to the rest of the series as well. > Add metricfs support for displaying percpu irq counters for x86. > The top directory is /sys/kernel/debug/metricfs/