Deleted Added
full compact
pmc.3 (211397) pmc.3 (226514)
1.\" Copyright (c) 2003-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) 2003-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.3 211397 2010-08-16 15:18:30Z joel $
24.\" $FreeBSD: head/lib/libpmc/pmc.3 226514 2011-10-18 15:25:43Z fabient $
25.\"
26.Dd November 24, 2008
27.Dt PMC 3
28.Os
29.Sh NAME
30.Nm pmc
31.Nd library for accessing hardware performance monitoring counters
32.Sh LIBRARY

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

317.It Fn pmc_configure_logfile
318Configure a log file for
319.Xr hwpmc 4
320to write logged events to.
321.It Fn pmc_flush_logfile
322Flush all pending log data in
323.Xr hwpmc 4 Ns Ap s
324buffers.
25.\"
26.Dd November 24, 2008
27.Dt PMC 3
28.Os
29.Sh NAME
30.Nm pmc
31.Nd library for accessing hardware performance monitoring counters
32.Sh LIBRARY

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

317.It Fn pmc_configure_logfile
318Configure a log file for
319.Xr hwpmc 4
320to write logged events to.
321.It Fn pmc_flush_logfile
322Flush all pending log data in
323.Xr hwpmc 4 Ns Ap s
324buffers.
325.It Fn pmc_close_logfile
326Flush all pending log data and close
327.Xr hwpmc 4 Ns Ap s
328side of the stream.
325.It Fn pmc_writelog
326Append arbitrary user data to the current log file.
327.El
328.It "PMC Management"
329.Bl -tag -compact
330.It Fn pmc_allocate , Fn pmc_release
331Allocate (free) a PMC.
332.It Fn pmc_attach , Fn pmc_detach

--- 208 unchanged lines hidden ---
329.It Fn pmc_writelog
330Append arbitrary user data to the current log file.
331.El
332.It "PMC Management"
333.Bl -tag -compact
334.It Fn pmc_allocate , Fn pmc_release
335Allocate (free) a PMC.
336.It Fn pmc_attach , Fn pmc_detach

--- 208 unchanged lines hidden ---