Blame SOURCES/0012-Doc-update-man-page-for-the-bpf-and-sbitmapq-command.patch

aefe19
From c672d7a4c290712b32c54329cbdc1e74d122e813 Mon Sep 17 00:00:00 2001
aefe19
From: Lianbo Jiang <lijiang@redhat.com>
aefe19
Date: Mon, 6 Jun 2022 19:09:16 +0800
aefe19
Subject: [PATCH 12/18] Doc: update man page for the "bpf" and "sbitmapq"
aefe19
 commands
aefe19
aefe19
The information of the "bpf" and "sbitmapq" commands is missing in the man
aefe19
page of the crash utility.  Let's add it to the man page.
aefe19
aefe19
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
aefe19
---
aefe19
 crash.8 | 8 ++++++++
aefe19
 1 file changed, 8 insertions(+)
aefe19
aefe19
diff --git a/crash.8 b/crash.8
aefe19
index 1f3657b11e4c..e553a0b4adb3 100644
aefe19
--- a/crash.8
aefe19
+++ b/crash.8
aefe19
@@ -584,6 +584,9 @@ creates a single-word alias for a command.
aefe19
 .I ascii
aefe19
 displays an ascii chart or translates a numeric value into its ascii components.
aefe19
 .TP
aefe19
+.I bpf
aefe19
+provides information on currently-loaded eBPF programs and maps.
aefe19
+.TP
aefe19
 .I bt
aefe19
 displays a task's kernel-stack backtrace.  If it is given the
aefe19
 .I \-a
aefe19
@@ -706,6 +709,11 @@ number of seconds between each command execution.
aefe19
 .I runq
aefe19
 displays the tasks on the run queue.
aefe19
 .TP
aefe19
+.I sbitmapq
aefe19
+dumps the contents of the sbitmap_queue structure and the used
aefe19
+bits in the bitmap. Also, it shows the dump of a structure array
aefe19
+associated with the sbitmap_queue.
aefe19
+.TP
aefe19
 .I search
aefe19
 searches a range of user or kernel memory space for given value.
aefe19
 .TP
aefe19
-- 
aefe19
2.30.2
aefe19