From: Masatake YAMATO Date: Tue, 26 Sep 2023 15:51:26 +0000 (+0900) Subject: lsfd.1.adoc: document BPF.NAME column X-Git-Tag: v2.40-rc1~224^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da8e5310abf3027c1b5188456ebddc630a7ea2e9;p=thirdparty%2Futil-linux.git lsfd.1.adoc: document BPF.NAME column Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index d3c993777b..0aab4906f4 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -141,6 +141,9 @@ Decoded name of bpf map type. BPF-MAP.TYPE.RAW <``number``>:: Bpf map type (raw). +BPF.NAME <``string``>:: +Bpf object name. + BPF-PROG.ID <``number``>:: Bpf program ID. @@ -260,10 +263,10 @@ Cooked version of KNAME. It is mostly same as KNAME. Some files have special formats and information sources: + bpf-map::: -id=_BPF-MAP.ID_ type=_BPF-MAP.TYPE_ +id=_BPF-MAP.ID_ type=_BPF-MAP.TYPE_[ name=_BPF.NAME_] + bpf-prog::: -id=_BPF-PROG.ID_ type=_BPF-PROG.TYPE_ +id=_BPF-PROG.ID_ type=_BPF-PROG.TYPE_[ name=_BPF.NAME_] + eventpoll::: tfds=_EVENTPOLL.TFDS_