Deleted Added
full compact
pmc_capabilities.3 (231871) pmc_capabilities.3 (233648)
1.\" Copyright (c) 2007-2008 Joseph Koshy. 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) 2007-2008 Joseph Koshy. 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_capabilities.3 231871 2012-02-17 11:09:51Z brueffer $
24.\" $FreeBSD: head/lib/libpmc/pmc_capabilities.3 233648 2012-03-29 05:02:12Z eadler $
25.\"
26.Dd September 22, 2008
27.Dt PMC_CAPABILITIES 3
28.Os
29.Sh NAME
30.Nm pmc_capabilities ,
31.Nm pmc_cpuinfo ,
32.Nm pmc_ncpu ,

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

46.Fn pmc_ncpu void
47.Ft int
48.Fn pmc_npmc "int cpu"
49.Ft int
50.Fn pmc_pmcinfo "int cpu" "struct pmc_pmcinfo **pmc_info"
51.Ft int
52.Fn pmc_width "pmc_id_t pmc" "uint32_t *width"
53.Sh DESCRIPTION
25.\"
26.Dd September 22, 2008
27.Dt PMC_CAPABILITIES 3
28.Os
29.Sh NAME
30.Nm pmc_capabilities ,
31.Nm pmc_cpuinfo ,
32.Nm pmc_ncpu ,

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

46.Fn pmc_ncpu void
47.Ft int
48.Fn pmc_npmc "int cpu"
49.Ft int
50.Fn pmc_pmcinfo "int cpu" "struct pmc_pmcinfo **pmc_info"
51.Ft int
52.Fn pmc_width "pmc_id_t pmc" "uint32_t *width"
53.Sh DESCRIPTION
54These functions retrieve information about performance monitoring
54These functions retrieve information about performance monitoring
55hardware.
56.Pp
57Function
58.Fn pmc_capabilities
59retrieves the hardware capabilities of a PMC.
60Argument
61.Fa pmc
62is a PMC handle obtained by a prior call to

--- 168 unchanged lines hidden ---
55hardware.
56.Pp
57Function
58.Fn pmc_capabilities
59retrieves the hardware capabilities of a PMC.
60Argument
61.Fa pmc
62is a PMC handle obtained by a prior call to

--- 168 unchanged lines hidden ---