lkml.org 
[lkml]   [2000]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateThu, 14 Sep 2000 22:32:19 +1100
FromAndrew Morton <>
SubjectRe: The case for a standard kernel debugger
Frederic Magniette wrote:
>
> This can be really awful if your code is called very often and then saturate the
> logs.

One trick you can pull is:

if (current->uid == 9999)
printk(stuff);
and then exercise the offending code path as user 9999. It
works for some things.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 12:38    [from the cache]
©2003-2010