| | Date | Fri, 4 Jan 2008 09:53:28 +0100 | | From | Ingo Molnar <> | | Subject | Re: [PATCH x86] [2/16] Add a counter for per cpu clocksource watchdog checks and report them in /proc/interrupts |
* Andi Kleen <ak@suse.de> wrote:
> While infrequent it's better if all per CPU events have a counter.
>
> Only done for x86 currently.
while i agree with exposing this counter, /proc/interrupts is the wrong
place for this - please add it to /proc/timer_list instead, that's where
we put all the time related debug info - it already has per cpu printout
sections. And that way it's much simpler as well. (no need to modify all
the architectures)
Ingo
|