summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-04-08 19:40:53 +0000
committerglebius <glebius@FreeBSD.org>2013-04-08 19:40:53 +0000
commit9cf64d6c35c62c34531273aadc2bfc0e0606fd77 (patch)
treede8f9f44d18df863668a203bd7eaeaea76185b92 /share/man/man9/Makefile
parente01107c5d37d344c4a3ed663347b49eaf4527e4a (diff)
downloadFreeBSD-src-9cf64d6c35c62c34531273aadc2bfc0e0606fd77.zip
FreeBSD-src-9cf64d6c35c62c34531273aadc2bfc0e0606fd77.tar.gz
Merge from projects/counters: counter(9).
Introduce counter(9) API, that implements fast and raceless counters, provided (but not limited to) for gathering of statistical data. See http://lists.freebsd.org/pipermail/freebsd-arch/2013-April/014204.html for more details. In collaboration with: kib Reviewed by: luigi Tested by: ae, ray Sponsored by: Nginx, Inc.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index fa7cc8a..4691191 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -51,6 +51,7 @@ MAN= accept_filter.9 \
config_intrhook.9 \
contigmalloc.9 \
copy.9 \
+ counter.9 \
cr_cansee.9 \
critical_enter.9 \
cr_seeothergids.9 \
@@ -569,6 +570,14 @@ MLINKS+=copy.9 copyin.9 \
copy.9 copyout.9 \
copy.9 copyout_nofault.9 \
copy.9 copystr.9
+MLINKS+=counter.9 counter_u64_alloc.9 \
+ counter.9 counter_u64_free.9 \
+ counter.9 counter_u64_add.9 \
+ counter.9 counter_enter.9 \
+ counter.9 counter_exit.9 \
+ counter.9 counter_u64_add_protected.9 \
+ counter.9 counter_u64_fetch.9 \
+ counter.9 counter_u64_zero.9
MLINKS+=critical_enter.9 critical.9 \
critical_enter.9 critical_exit.9
MLINKS+=crypto.9 crypto_dispatch.9 \
OpenPOWER on IntegriCloud