Lines Matching full:dump
21 *COMMANDS* := { **dump** | **help** }
27 | **bpftool** **btf dump** *BTF_SRC* [**format** *FORMAT*] [**root_id** *ROOT_ID*]
46 bpftool btf dump *BTF_SRC* [format *FORMAT*] [root_id *ROOT_ID*]
47 Dump BTF entries from a given *BTF_SRC*.
54 dump only BTF type(s) associated with key (**key**), value (**value**),
70 **root_id** option can be used to filter a dump to a single type and all
73 It can be passed multiple times to dump multiple types.
90 dump) is passed as a *FILE*, bpftool attempts to autodetect the path
97 **# bpftool btf dump id 1226**
152 **$ bpftool btf dump file prog.o**
199 **# bpftool btf dump map id 123 key**
205 **# bpftool btf dump map id 123 value**
211 **# bpftool btf dump map id 123 kv**
218 **# bpftool btf dump map id 123 all**
230 **# bpftool btf dump map id 123**
232 **# bpftool btf dump map pinned /sys/fs/bpf/map_name**
234 **# bpftool btf dump prog id 456**
236 **# bpftool btf dump prog tag b88e0a09b1d9759d**
238 **# bpftool btf dump prog pinned /sys/fs/bpf/prog_name**
241 | **# bpftool btf dump file /sys/kernel/btf/i2c_smbus**
244 | **# bpftool btf dump id ${I2C_SMBUS_ID} -B /sys/kernel/btf/vmlinux**