Re: [openib-general] Re: [PATCH 04/16] ehca: userspace support
From: Pekka Enberg <hidden>
Date: 2006-04-28 06:32:41
Also in:
lkml
From: Pekka Enberg <hidden>
Date: 2006-04-28 06:32:41
Also in:
lkml
Hi Heiko, On 4/28/06, Heiko J Schick [off-list ref] wrote:
The problem I see with pr_debug() is that it could only activated via a compile flag. To use the debug outputs you have to re-compile / compile your own kernel.
Do you really need this heavy debug logging in the first place? You
can use kprobes for arbitrary run-time inspection anyway, so logging
everything seems wasteful.
Pekka