Deleted Added
full compact
pmc.xscale.3 (205512) pmc.xscale.3 (208027)
1.\" Copyright (c) 2009, 2010 Rui Paulo. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

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

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
1.\" Copyright (c) 2009, 2010 Rui Paulo. All rights reserved.
2.\"
3.\" Redistribution and use in source and binary forms, with or without
4.\" modification, are permitted provided that the following conditions
5.\" are met:
6.\" 1. Redistributions of source code must retain the above copyright
7.\" notice, this list of conditions and the following disclaimer.
8.\" 2. Redistributions in binary form must reproduce the above copyright

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

16.\" for any direct, indirect, incidental, special, exemplary, or consequential
17.\" damages (including, but not limited to, procurement of substitute goods
18.\" or services; loss of use, data, or profits; or business interruption)
19.\" however caused and on any theory of liability, whether in contract, strict
20.\" liability, or tort (including negligence or otherwise) arising in any way
21.\" out of the use of this software, even if advised of the possibility of
22.\" such damage.
23.\"
24.\" $FreeBSD: head/lib/libpmc/pmc.xscale.3 205512 2010-03-23 11:33:08Z rpaulo $
24.\" $FreeBSD: head/lib/libpmc/pmc.xscale.3 208027 2010-05-13 12:07:55Z uqs $
25.\"
26.Dd December 23, 2009
27.Os
28.Dt PMC.XSCALE 3
29.Sh NAME
30.Nm pmc.xscale
31.Nd measurement events for
32.Tn Intel

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

130.It Li ic-misses Ta Li IC_MISS Ta
131.It Li instructions Ta Li INSTR_RETIRED Ta
132.El
133.Sh SEE ALSO
134.Xr pmc 3 ,
135.Xr pmc_cpuinfo 3 ,
136.Xr pmclog 3 ,
137.Xr hwpmc 4
25.\"
26.Dd December 23, 2009
27.Os
28.Dt PMC.XSCALE 3
29.Sh NAME
30.Nm pmc.xscale
31.Nd measurement events for
32.Tn Intel

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

130.It Li ic-misses Ta Li IC_MISS Ta
131.It Li instructions Ta Li INSTR_RETIRED Ta
132.El
133.Sh SEE ALSO
134.Xr pmc 3 ,
135.Xr pmc_cpuinfo 3 ,
136.Xr pmclog 3 ,
137.Xr hwpmc 4
138.Sh CAVEATS
139The Intel XScale code does not yet support sampling.
140.Sh HISTORY
141The
142.Nm pmc
143library first appeared in
144.Fx 6.0 .
145Intel XScale support first appeared in
146.Fx 9.0 .
147.Sh AUTHORS
148The
149.Lb libpmc
150library was written by
151.An "Joseph Koshy"
152.Aq jkoshy@FreeBSD.org .
153.Pp
154Intel XScale support was added by
155.An "Rui Paulo"
156.Aq rpaulo@FreeBSD.org .
138.Sh HISTORY
139The
140.Nm pmc
141library first appeared in
142.Fx 6.0 .
143Intel XScale support first appeared in
144.Fx 9.0 .
145.Sh AUTHORS
146The
147.Lb libpmc
148library was written by
149.An "Joseph Koshy"
150.Aq jkoshy@FreeBSD.org .
151.Pp
152Intel XScale support was added by
153.An "Rui Paulo"
154.Aq rpaulo@FreeBSD.org .
155.Sh CAVEATS
156The Intel XScale code does not yet support sampling.