Page MenuHomeFreeBSD

D29885.diff
No OneTemporary

D29885.diff

diff --git a/lib/libpmc/pmc_allocate.3 b/lib/libpmc/pmc_allocate.3
--- a/lib/libpmc/pmc_allocate.3
+++ b/lib/libpmc/pmc_allocate.3
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 22, 2008
+.Dd April 21, 2021
.Dt PMC_ALLOCATE 3
.Os
.Sh NAME
@@ -41,6 +41,7 @@
.Fa "uint32_t flags"
.Fa "int cpu"
.Fa "pmc_id_t *pmcid"
+.Fa "uint64_t count"
.Fc
.Ft int
.Fn pmc_release "pmc_id_t pmc"
@@ -111,6 +112,20 @@
.Dv PMC_CPU_ANY
for this argument.
.Pp
+The
+.Fa count
+argument behaves identically to the
+.Xr pmc_set 3
+function's
+.Fa value
+argument.
+For counting PMCs,
+.Fa count
+specifies the initial value of the allocated PMC.
+For sampling PMCs,
+.Fa count
+specifies the reload count.
+.Pp
Function
.Fn pmc_release
releases the PMC denoted by argument

File Metadata

Mime Type
text/plain
Expires
Mon, May 18, 6:47 AM (2 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33236628
Default Alt Text
D29885.diff (777 B)

Event Timeline