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

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