mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-07 06:56:56 +01:00
Document the CPU+Pri_Class column rather than CPU+PRI, as the latter isn't
used or implemented on FreeBSD. Reported by: kmacy Reviewed by: kmacy, rpaulo MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
25f5ad760c
commit
9fb83be0d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272834
@ -21,7 +21,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 24, 2013
|
||||
.Dd October 8, 2014
|
||||
.Dt LOCKSTAT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -238,10 +238,11 @@ Average duration of the events in nanoseconds, as appropriate for the event.
|
||||
For the profiling event, duration means interrupt latency.
|
||||
.It Lock
|
||||
Address of the lock; displayed symbolically if possible.
|
||||
.It CPU+PIL
|
||||
CPU plus processor interrupt level (PIL).
|
||||
For example, if CPU 4 is interrupted while at PIL 6, this will be reported as
|
||||
cpu[4]+6.
|
||||
.It CPU+Pri_Class
|
||||
CPU plus the priority class of the interrupted thread.
|
||||
For example, if CPU 4 is interrupted while running a timeshare thread, this
|
||||
will be reported as
|
||||
.Ql cpu[4]+TShar .
|
||||
.It Caller
|
||||
Address of the caller; displayed symbolically if possible.
|
||||
.El
|
||||
|
Loading…
Reference in New Issue
Block a user