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

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