diff options
| author | Jim Harris <jimharris@FreeBSD.org> | 2012-11-02 22:03:39 +0000 |
|---|---|---|
| committer | Jim Harris <jimharris@FreeBSD.org> | 2012-11-02 22:03:39 +0000 |
| commit | ac6a9a8e21d7305b9736d042e8fc857cac29453d (patch) | |
| tree | a714c8ad7bf186c76651b6ae89d767017bddab66 | |
| parent | e9d6ba929a3b642f4d2e6eee8f14a2816ddc5ada (diff) | |
Notes
| -rw-r--r-- | share/man/man4/hwpmc.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/hwpmc.4 b/share/man/man4/hwpmc.4 index f65e8c406900..b0c393049cc0 100644 --- a/share/man/man4/hwpmc.4 +++ b/share/man/man4/hwpmc.4 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 22, 2008 +.Dd November 2, 2012 .Dt HWPMC 4 .Os .Sh NAME @@ -430,10 +430,10 @@ The default is 32. The number of log buffers used by .Nm for logging. -The default is 16. +The default is 64. .It Va kern.hwpmc.nsamples Pq integer, read-only The number of entries in the per-CPU ring buffer used during sampling. -The default is 16. +The default is 512. .It Va security.bsd.unprivileged_syspmcs Pq boolean, read-write If set to non-zero, allow unprivileged processes to allocate system-wide PMCs. |
