mirror of https://github.com/crash-utility/crash
Doc: update man page for the "bpf" and "sbitmapq" commands
The information of the "bpf" and "sbitmapq" commands is missing in the man page of the crash utility. Let's add it to the man page. Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
This commit is contained in:
parent
68ce0b9a35
commit
c672d7a4c2
8
crash.8
8
crash.8
|
@ -584,6 +584,9 @@ creates a single-word alias for a command.
|
|||
.I ascii
|
||||
displays an ascii chart or translates a numeric value into its ascii components.
|
||||
.TP
|
||||
.I bpf
|
||||
provides information on currently-loaded eBPF programs and maps.
|
||||
.TP
|
||||
.I bt
|
||||
displays a task's kernel-stack backtrace. If it is given the
|
||||
.I \-a
|
||||
|
@ -706,6 +709,11 @@ number of seconds between each command execution.
|
|||
.I runq
|
||||
displays the tasks on the run queue.
|
||||
.TP
|
||||
.I sbitmapq
|
||||
dumps the contents of the sbitmap_queue structure and the used
|
||||
bits in the bitmap. Also, it shows the dump of a structure array
|
||||
associated with the sbitmap_queue.
|
||||
.TP
|
||||
.I search
|
||||
searches a range of user or kernel memory space for given value.
|
||||
.TP
|
||||
|
|
Loading…
Reference in New Issue