remove support for 'trademark files'
[unleashed/tickless.git] / share / man / man7d / profile.7d
blobb2d59580e51fb26be25a2cfce7a016845c11d32e
1 '\" te
2 .\"  Copyright (c) 2003, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH PROFILE 7D "Sep 4, 2003"
7 .SH NAME
8 profile \- DTrace profile interrupt provider
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBprofile\fR driver is a DTrace dynamic tracing provider that adds
13 time-based interrupt event sources that can be used as DTrace probes.
14 .sp
15 .LP
16 Each profile event source is a time-based interrupt firing every fixed,
17 specified time interval. You can use these probes to sample some aspect of
18 system state every unit time and the samples can then be used to infer system
19 behavior. If the sampling rate is high, or the sampling time is long, an
20 accurate inference is possible. By using the DTrace facility to bind arbitrary
21 actions to probes, you can use the \fBprofile\fR provider to sample practically
22 anything in the system. For example, you could sample the state of the current
23 thread, the CPU state, or the current machine instruction each time a probe
24 fires.
25 .sp
26 .LP
27 The \fBprofile\fR driver is not a public interface and you access the
28 instrumentation offered by this provider through DTrace. Refer to the
29 \fISolaris Dynamic Tracing Guide\fR for a description of the public documented
30 interfaces available for the DTrace facility and the probes offered by the
31 profile provider.
32 .SH ATTRIBUTES
33 .sp
34 .LP
35 See \fBattributes\fR(5) for a description of the following attributes:
36 .sp
38 .sp
39 .TS
40 box;
41 c | c
42 l | l .
43 ATTRIBUTE TYPE  ATTRIBUTE VALUE
45 Interface Stability     Private
46 .TE
48 .SH SEE ALSO
49 .sp
50 .LP
51 \fBdtrace\fR(1M), \fBattributes\fR(5), \fBdtrace\fR(7D)
52 .sp
53 .LP
54 \fISolaris Dynamic Tracing Guide\fR