aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2021-11-18 09:56:35 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-11-23 20:37:58 -0300
commit3da248c3284ef905a75f7659952ff471edbb0d13 (patch)
tree74550e107ab4c82b09d325645e39948a7c38738b
parenta58ecca0a89b142bebc7173d1693d38370a278af (diff)
downloadpahole-3da248c3284ef905a75f7659952ff471edbb0d13.tar.gz
man pages: Add missing --skip_encoding_btf_decl_tag entry
In the past we saw the value of being able to disable specific features due to problems in in its implementation, allowing users to use a subset of functionality, without the problematic one. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--man-pages/pahole.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man-pages/pahole.1 b/man-pages/pahole.1
index f9f64b67..c1ec63e4 100644
--- a/man-pages/pahole.1
+++ b/man-pages/pahole.1
@@ -198,6 +198,10 @@ the debugging information.
Do not encode VARs in BTF.
.TP
+.B \-\-skip_encoding_btf_decl_tag
+Do not encode decl tags in BTF.
+
+.TP
.B \-\-skip_encoding_btf_type_tag
Do not encode type tags in BTF.