On Wed, Nov 17, 2010 at 02:53:49PM +0100, Peter Zijlstra wrote:
Hehe :)
Yeah I have a strange workflow. I'm working on that CPU isolation thing
and I have dozens of trace_printk all over the place for tons of
things. And everytime I remove one to unwind some output or to focus
on another one, I often have to restore it later because I need it
again. Usually I even just comment it out instead of removing it.
If I could make this dynamically on a per line filtering, or sometimes on
a per file granularity (as both are equally often the case for me), I would
probably win some time.
I just don't know how many developers have a similar workflow than mine.
--