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

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