Deleted Added
full compact
pmc.mips24k.3 (204635) pmc.mips24k.3 (208027)
1.\" Copyright (c) 2010 George Neville-Neil. 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) 2010 George Neville-Neil. 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.mips.3 204635 2010-03-03 15:05:58Z gnn $
24.\" $FreeBSD: head/lib/libpmc/pmc.mips.3 208027 2010-05-13 12:07:55Z uqs $
25.\"
26.Dd February 11, 2010
27.Os
28.Dt PMC.MIPS 3
29.Sh NAME
30.Nm pmc.mips
31.Nd measurement events for
32.Tn MIPS

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

387.Xr pmc.k8 3 ,
388.Xr pmc.p4 3 ,
389.Xr pmc.p5 3 ,
390.Xr pmc.p6 3 ,
391.Xr pmc.tsc 3 ,
392.Xr pmc_cpuinfo 3 ,
393.Xr pmclog 3 ,
394.Xr hwpmc 4
25.\"
26.Dd February 11, 2010
27.Os
28.Dt PMC.MIPS 3
29.Sh NAME
30.Nm pmc.mips
31.Nd measurement events for
32.Tn MIPS

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

387.Xr pmc.k8 3 ,
388.Xr pmc.p4 3 ,
389.Xr pmc.p5 3 ,
390.Xr pmc.p6 3 ,
391.Xr pmc.tsc 3 ,
392.Xr pmc_cpuinfo 3 ,
393.Xr pmclog 3 ,
394.Xr hwpmc 4
395.Sh CAVEATS
396The MIPS code does not yet support sampling.
397.Sh HISTORY
398The
399.Nm pmc
400library first appeared in
401.Fx 6.0 .
402.Sh AUTHORS
403The
404.Lb libpmc
405library was written by
406.An "Joseph Koshy"
407.Aq jkoshy@FreeBSD.org .
408MIPS support was added by
409.An "George Neville-Neil"
410.Aq gnn@FreeBSD.org .
395.Sh HISTORY
396The
397.Nm pmc
398library first appeared in
399.Fx 6.0 .
400.Sh AUTHORS
401The
402.Lb libpmc
403library was written by
404.An "Joseph Koshy"
405.Aq jkoshy@FreeBSD.org .
406MIPS support was added by
407.An "George Neville-Neil"
408.Aq gnn@FreeBSD.org .
409.Sh CAVEATS
410The MIPS code does not yet support sampling.