On Sat, 18 Jul 2015, Mark Johnston wrote:
On Sat, Jul 18, 2015 at 08:55:07PM +1000, Bruce Evans wrote:
On Sat, 18 Jul 2015, Mark Johnston wrote:
Log:
Pass the lock object to lockstat_nsecs() and return immediately if
LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and
On Sat, Jul 18, 2015 at 08:55:07PM +1000, Bruce Evans wrote:
> On Sat, 18 Jul 2015, Mark Johnston wrote:
>
> > Log:
> > Pass the lock object to lockstat_nsecs() and return immediately if
> > LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and
> > we don't want to recurse if
On Sat, 18 Jul 2015, Mark Johnston wrote:
Log:
Pass the lock object to lockstat_nsecs() and return immediately if
LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and
we don't want to recurse if lockstat probes are enabled.
It is an error to call timecounter code from a
On 18/07/2015 03:57, Mark Johnston wrote:
> Author: markj
> Date: Sat Jul 18 00:57:30 2015
> New Revision: 285664
> URL: https://svnweb.freebsd.org/changeset/base/285664
>
> Log:
> Pass the lock object to lockstat_nsecs() and return immediately if
> LO_NOPROFILE is set. Some timecounter handle
On Sat, Jul 18, 2015 at 03:35:11AM +0200, Mateusz Guzik wrote:
> On Sat, Jul 18, 2015 at 12:57:31AM +, Mark Johnston wrote:
> > Author: markj
> > Date: Sat Jul 18 00:57:30 2015
> > New Revision: 285664
> > URL: https://svnweb.freebsd.org/changeset/base/285664
> >
> > Log:
> > Pass the lock o
On Sat, Jul 18, 2015 at 12:57:31AM +, Mark Johnston wrote:
> Author: markj
> Date: Sat Jul 18 00:57:30 2015
> New Revision: 285664
> URL: https://svnweb.freebsd.org/changeset/base/285664
>
> Log:
> Pass the lock object to lockstat_nsecs() and return immediately if
> LO_NOPROFILE is set. So