git: 0a53e381c0b7 - stable/13 - pmc: intr pmc.soft(3) update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 17:10:26 UTC
The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=0a53e381c0b7c51033f6e7e53fb890899125c55c commit 0a53e381c0b7c51033f6e7e53fb890899125c55c Author: Wojciech Macek <wma@FreeBSD.org> AuthorDate: 2021-09-22 07:52:42 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2022-07-05 16:53:47 +0000 pmc: intr pmc.soft(3) update Obtained from: Semihalf Sponsored by: Stormshield Reviewed by: mhorne Differential revision: https://reviews.freebsd.org/D32055 (cherry picked from commit 319b150003001fa09cb4a97452c57340ce42db35) --- 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