mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
bpftool: man: Add missing top level docs
The top-level (bpftool.8) man page was missing docs for a few subcommands and their respective sub-sub-commands. This commit brings the top level man page up to date. Note that I've kept the ordering of the subcommands the same as in `bpftool help`. Signed-off-by: Daniel Xu <dxu@dxuuu.xyz> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/3049ef5dc509c0d1832f0a8b2dba2ccaad0af688.1647213551.git.dxu@dxuuu.xyz
This commit is contained in:
parent
cbdaf71f7e
commit
6585abea98
1 changed files with 12 additions and 1 deletions
|
@ -20,7 +20,8 @@ SYNOPSIS
|
||||||
|
|
||||||
**bpftool** **version**
|
**bpftool** **version**
|
||||||
|
|
||||||
*OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** | **feature** }
|
*OBJECT* := { **map** | **program** | **link** | **cgroup** | **perf** | **net** | **feature** |
|
||||||
|
**btf** | **gen** | **struct_ops** | **iter** }
|
||||||
|
|
||||||
*OPTIONS* := { { **-V** | **--version** } | |COMMON_OPTIONS| }
|
*OPTIONS* := { { **-V** | **--version** } | |COMMON_OPTIONS| }
|
||||||
|
|
||||||
|
@ -31,6 +32,8 @@ SYNOPSIS
|
||||||
*PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
|
*PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin** |
|
||||||
**load** | **attach** | **detach** | **help** }
|
**load** | **attach** | **detach** | **help** }
|
||||||
|
|
||||||
|
*LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** }
|
||||||
|
|
||||||
*CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
|
*CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
|
||||||
|
|
||||||
*PERF-COMMANDS* := { **show** | **list** | **help** }
|
*PERF-COMMANDS* := { **show** | **list** | **help** }
|
||||||
|
@ -39,6 +42,14 @@ SYNOPSIS
|
||||||
|
|
||||||
*FEATURE-COMMANDS* := { **probe** | **help** }
|
*FEATURE-COMMANDS* := { **probe** | **help** }
|
||||||
|
|
||||||
|
*BTF-COMMANDS* := { **show** | **list** | **dump** | **help** }
|
||||||
|
|
||||||
|
*GEN-COMMANDS* := { **object** | **skeleton** | **min_core_btf** | **help** }
|
||||||
|
|
||||||
|
*STRUCT-OPS-COMMANDS* := { **show** | **list** | **dump** | **register** | **unregister** | **help** }
|
||||||
|
|
||||||
|
*ITER-COMMANDS* := { **pin** | **help** }
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
===========
|
===========
|
||||||
*bpftool* allows for inspection and simple modification of BPF objects
|
*bpftool* allows for inspection and simple modification of BPF objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue