pmc_start.3 (6455febbea8a62a96b963e613f3f5c1dcec39030) pmc_start.3 (677d4530c2e5cb40d9dfb39e8d246e6bd2469e71)
1.\" Copyright (c) 2007-2008 Joseph Koshy. All rights reserved.
1.\" Copyright (c) 2007 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
9.\" notice, this list of conditions and the following disclaimer in the

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

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$
25.\"
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
9.\" notice, this list of conditions and the following disclaimer in the

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

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$
25.\"
26.Dd September 22, 2008
26.Dd November 25, 2007
27.Os
28.Dt PMC_START 3
29.Sh NAME
30.Nm pmc_start ,
31.Nm pmc_stop
32.Nd start and stop a PMC
33.Sh LIBRARY
34.Lb libpmc

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

64configured.
65.It Bq Er EINVAL
66The specified PMC is in the process of being deleted.
67.It Bq Er EINVAL
68Function
69.Fn pmc_stop
70specified a PMC that was never started.
71.It Bq Er ENXIO
27.Os
28.Dt PMC_START 3
29.Sh NAME
30.Nm pmc_start ,
31.Nm pmc_stop
32.Nd start and stop a PMC
33.Sh LIBRARY
34.Lb libpmc

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

64configured.
65.It Bq Er EINVAL
66The specified PMC is in the process of being deleted.
67.It Bq Er EINVAL
68Function
69.Fn pmc_stop
70specified a PMC that was never started.
71.It Bq Er ENXIO
72The specified PMC had system scope and its associated CPU was disabled or
73absent.
72The specified PMC had system scope and its associated CPU was disabled.
74.El
75.Sh SEE ALSO
76.Xr pmc 3 ,
77.Xr hwpmc 4
73.El
74.Sh SEE ALSO
75.Xr pmc 3 ,
76.Xr hwpmc 4