History log of /openbsd/share/man/man9/evcount.9 (Results 1 – 8 of 8)
Revision Date Author Comments
# 886cb583 10-Nov-2022 jmatthew <jmatthew@openbsd.org>

Add support for per-cpu event counters, to be used for clock and IPI
counters where the event being counted occurs across all CPUs in the
system. Counter instances can be made per-cpu by calling evc

Add support for per-cpu event counters, to be used for clock and IPI
counters where the event being counted occurs across all CPUs in the
system. Counter instances can be made per-cpu by calling evcount_percpu()
after the counter is attached, and this can occur before or after all system
CPUs are attached. Per-cpu counter instances should be incremented using
evcount_inc().

ok kettenis@ jca@ cheloha@

show more ...


# 2a76cc76 23-Apr-2018 dlg <dlg@openbsd.org>

fix order in SEE ALSO


# aaeccf36 12-Jan-2018 deraadt <deraadt@openbsd.org>

Adjust references for sysctl(3) to sysctl(2)


# 27e95970 08-Sep-2014 schwarze <schwarze@openbsd.org>

obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes


# 634fed5d 20-Sep-2010 matthew <matthew@openbsd.org>

Update evcount(9) documentation to reflect simplifications.

"yes, that's fine" jmc@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 9b3a791b 09-Nov-2004 jmc <jmc@openbsd.org>

tweaks;
ok jaredy@


# 82715a2f 02-Nov-2004 jaredy <jaredy@openbsd.org>

add initial manpage for the evcount API