Re: [PATCH 03/16] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty

2020-06-10 Thread jim . cromie
On Wed, Jun 10, 2020 at 5:16 AM Daniel Thompson wrote: > > On Tue, Jun 09, 2020 at 01:59:41PM -0600, jim.cro...@gmail.com wrote: > > On Mon, Jun 8, 2020 at 5:21 AM Daniel Thompson > > wrote: > > > > > > On Fri, Jun 05, 2020 at 10:26:32AM -0600, Jim Cromie wrote: > > > > The verbose/debug logging

Re: [PATCH 03/16] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty

2020-06-10 Thread Daniel Thompson
On Tue, Jun 09, 2020 at 01:59:41PM -0600, jim.cro...@gmail.com wrote: > On Mon, Jun 8, 2020 at 5:21 AM Daniel Thompson > wrote: > > > > On Fri, Jun 05, 2020 at 10:26:32AM -0600, Jim Cromie wrote: > > > The verbose/debug logging done for `cat $MNT/dynamic_debug/control` is > > > voluminous (2 per c

Re: [PATCH 03/16] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty

2020-06-09 Thread jim . cromie
On Mon, Jun 8, 2020 at 5:21 AM Daniel Thompson wrote: > > On Fri, Jun 05, 2020 at 10:26:32AM -0600, Jim Cromie wrote: > > The verbose/debug logging done for `cat $MNT/dynamic_debug/control` is > > voluminous (2 per control file entry + 2 per PAGE). Moreover, it just > > prints pointer and sequenc

Re: [PATCH 03/16] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty

2020-06-08 Thread Daniel Thompson
On Fri, Jun 05, 2020 at 10:26:32AM -0600, Jim Cromie wrote: > The verbose/debug logging done for `cat $MNT/dynamic_debug/control` is > voluminous (2 per control file entry + 2 per PAGE). Moreover, it just > prints pointer and sequence, which is not useful to a dyndbg user. > So just drop them. I'

[PATCH 03/16] dyndbg: refine debug verbosity; 1 is basic, 2 more chatty

2020-06-05 Thread Jim Cromie
The verbose/debug logging done for `cat $MNT/dynamic_debug/control` is voluminous (2 per control file entry + 2 per PAGE). Moreover, it just prints pointer and sequence, which is not useful to a dyndbg user. So just drop them. Also require verbose>=2 for several other debug printks that are a bit