Date: Thu, 23 Sep 2021 04:14:22 GMT From: Wojciech Macek <wma@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 319b15000300 - main - pmc: intr pmc.soft(3) update Message-ID: <202109230414.18N4EMe4027400@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wma: URL: https://cgit.FreeBSD.org/src/commit/?id=319b150003001fa09cb4a97452c57340ce42db35 commit 319b150003001fa09cb4a97452c57340ce42db35 Author: Wojciech Macek <wma@FreeBSD.org> AuthorDate: 2021-09-22 07:52:42 +0000 Commit: Wojciech Macek <wma@FreeBSD.org> CommitDate: 2021-09-23 04:13:58 +0000 pmc: intr pmc.soft(3) update Obtained from: Semihalf Sponsored by: Stormshield Reviewed by: mhorne Differential revision: https://reviews.freebsd.org/D32055 --- lib/libpmc/pmc.soft.3 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/libpmc/pmc.soft.3 b/lib/libpmc/pmc.soft.3 index a3cd4f01e607..68dd4f36b0d0 100644 --- a/lib/libpmc/pmc.soft.3 +++ b/lib/libpmc/pmc.soft.3 @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 26, 2013 +.Dd September 23, 2021 .Dt PMC.SOFT 3 .Os .Sh NAME @@ -63,6 +63,18 @@ Hard clock ticks. Stat clock ticks. .It Li CLOCK.PROF Profiling clock ticks. +.It Li INTR.ALL +Interrupt filter executed +.It Li INTR.FILTER +Interrupt filter returned FILTER_HANDLED. +.It Li INTR.ITHREAD +Interrupt filter returned FILTER_SCHEDULE_ITHREAD. +.It Li INTR.SCHEDULE +Ithread scheduled. +.It Li INTR.STRAY +Interrupt filter returned FILTER_STRAY. +.It Li INTR.WAITING +Ithread not scheduled, already active. .It Li LOCK.FAILED Lock acquisition failed. .It Li PAGE_FAULT.ALL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109230414.18N4EMe4027400>