Deleted Added
full compact
LOCK_PROFILING.9 (232658) LOCK_PROFILING.9 (267936)
1.\"-
2.\" Copyright (c) 2004 Dag-Erling Co��dan Sm��rgrav
3.\" Copyright (c) 2005 Robert N. M. Watson
4.\" Copyright (c) 2006 Kip Macy
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
1.\"-
2.\" Copyright (c) 2004 Dag-Erling Co��dan Sm��rgrav
3.\" Copyright (c) 2005 Robert N. M. Watson
4.\" Copyright (c) 2006 Kip Macy
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 13 unchanged lines hidden (view full) ---

22.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE.
29.\"
30.\" $FreeBSD: head/share/man/man9/LOCK_PROFILING.9 232658 2012-03-07 14:50:14Z maxim $
30.\" $FreeBSD: head/share/man/man9/LOCK_PROFILING.9 267936 2014-06-26 21:44:30Z bapt $
31.\"
32.Dd March 7, 2012
33.Dt LOCK_PROFILING 9
34.Os
35.Sh NAME
36.Nm LOCK_PROFILING
37.Nd kernel lock profiling support
38.Sh SYNOPSIS

--- 90 unchanged lines hidden (view full) ---

129.Fx 5.0 .
130Generalized lock profiling support appeared in
131.Fx 7.0 .
132.Sh AUTHORS
133.An -nosplit
134The
135.Nm MUTEX_PROFILING
136code was written by
31.\"
32.Dd March 7, 2012
33.Dt LOCK_PROFILING 9
34.Os
35.Sh NAME
36.Nm LOCK_PROFILING
37.Nd kernel lock profiling support
38.Sh SYNOPSIS

--- 90 unchanged lines hidden (view full) ---

129.Fx 5.0 .
130Generalized lock profiling support appeared in
131.Fx 7.0 .
132.Sh AUTHORS
133.An -nosplit
134The
135.Nm MUTEX_PROFILING
136code was written by
137.An Eivind Eklund Aq eivind@FreeBSD.org ,
138.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org
137.An Eivind Eklund Aq Mt eivind@FreeBSD.org ,
138.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org
139and
139and
140.An Robert Watson Aq rwatson@FreeBSD.org .
140.An Robert Watson Aq Mt rwatson@FreeBSD.org .
141The
142.Nm
143code was written by
141The
142.Nm
143code was written by
144.An Kip Macy Aq kmacy@FreeBSD.org .
144.An Kip Macy Aq Mt kmacy@FreeBSD.org .
145This manual page was written by
145This manual page was written by
146.An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org .
146.An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org .
147.Sh NOTES
148The
149.Dv LOCK_PROFILING
150option increases the size of
151.Vt "struct lock_object" ,
152so a kernel built with that option will not work with modules built
153without it.
154.Pp

--- 33 unchanged lines hidden ---
147.Sh NOTES
148The
149.Dv LOCK_PROFILING
150option increases the size of
151.Vt "struct lock_object" ,
152so a kernel built with that option will not work with modules built
153without it.
154.Pp

--- 33 unchanged lines hidden ---