Fri Dec 9 15:26:48 2011 UTC ()
- add a CAVEATS
- fix a warning


(yamt)
diff -r1.2 -r1.3 src/usr.sbin/tprof/tprof.8

cvs diff -r1.2 -r1.3 src/usr.sbin/tprof/tprof.8 (expand / switch to unified diff)

--- src/usr.sbin/tprof/tprof.8 2011/11/26 22:49:37 1.2
+++ src/usr.sbin/tprof/tprof.8 2011/12/09 15:26:48 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: tprof.8,v 1.2 2011/11/26 22:49:37 wiz Exp $ 1.\" $NetBSD: tprof.8,v 1.3 2011/12/09 15:26:48 yamt Exp $
2.\" 2.\"
3.\" Copyright (c)2011 YAMAMOTO Takashi, 3.\" Copyright (c)2011 YAMAMOTO Takashi,
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
@@ -88,28 +88,34 @@ The number of samples collected and prep @@ -88,28 +88,34 @@ The number of samples collected and prep
88The number of samples dropped because the per-CPU buffer was full. 88The number of samples dropped because the per-CPU buffer was full.
89.It buf 89.It buf
90The number of buffers successfully prepared for userland consumption. 90The number of buffers successfully prepared for userland consumption.
91.It emptybuf 91.It emptybuf
92The number of buffers which have been dropped because they were empty. 92The number of buffers which have been dropped because they were empty.
93.It dropbuf 93.It dropbuf
94The number of buffers dropped because the number of buffers kept in the kernel 94The number of buffers dropped because the number of buffers kept in the kernel
95exceeds the limit. 95exceeds the limit.
96.It dropbuf_samples 96.It dropbuf_samples
97The number of samples dropped because the buffers containing the samples 97The number of samples dropped because the buffers containing the samples
98were dropped. 98were dropped.
99.El 99.El
100.\" ------------------------------------------------------------ 100.\" ------------------------------------------------------------
101.\.Sh HISTORY 101.\".Sh HISTORY
102.\The 102.\"The
103.\.Nm 103.\".Nm
104.\utility first appeared in 104.\"utility first appeared in
105.\.Nx XXX . 105.\".Nx XXX .
106.\" ------------------------------------------------------------ 106.\" ------------------------------------------------------------
107.Sh SEE ALSO 107.Sh SEE ALSO
108.Xr tpfmt 1 , 108.Xr tpfmt 1 ,
109.Xr tprof 4 109.Xr tprof 4
110.\" ------------------------------------------------------------ 110.\" ------------------------------------------------------------
111.Sh AUTHORS 111.Sh AUTHORS
112The 112The
113.Nm 113.Nm
114utility is written by 114utility is written by
115.An YAMAMOTO Takashi . 115.An YAMAMOTO Takashi .
 116.\" ------------------------------------------------------------
 117.Sh CAVEATS
 118The contents and representation of recorded samples are undocumented and
 119will likely be changed for future releases of
 120.Nx
 121in an incompatible way.