On Tue, Feb 28, 2012 at 09:29:38AM +0100, Gerd Hoffmann wrote: > >> - dprint(qxl, 1, "%s: stride %d, [%d, %d, %d, %d]\n", __func__, > >> + dprint(qxl, 2, "%s: stride %d, [%d, %d, %d, %d]\n", __func__, > > > > You know 2 is used right now for high frequency stuff, like > > interface_get_command? I think this should be lower. Anyway, not a big > > deal. > > /me used '1' for important but infrequent stuff, basically all init ops, > mode switching etc. This can happen quite alot in case you are running > with SDL. Maybe we need not just 1+2 but 1+2+3 levels, with 3 for the > really frequent stuff which will flood the logfiles. > > Or even better just turn them all into tracepoints ... >
Yeah, I started working on this but didn't finish. I'll try to do it. > cheers, > Gerd > >