• Home
  • Raw
  • Download

Lines Matching refs:bpftool

2 bpftool-prog
13 **bpftool** [*OPTIONS*] **prog** *COMMAND*
24 | **bpftool** **prog** { **show** | **list** } [*PROG*]
25 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
26 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
27 | **bpftool** **prog pin** *PROG* *FILE*
28 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** …
29 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
30 | **bpftool** **prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
31 | **bpftool** **prog tracelog**
32 | **bpftool** **prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] …
33 | **bpftool** **prog profile** *PROG* [**duration** *DURATION*] *METRICs*
34 | **bpftool** **prog help**
60 **bpftool prog { show | list }** [*PROG*]
72 and the number of times it was run). If available, bpftool
78 Since Linux 5.8 bpftool is able to discover information about
80 programs. On such kernels bpftool will automatically emit this
83 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
105 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
119 **bpftool prog pin** *PROG* *FILE*
126 …**bpftool prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | **nam…
128 **bpftool prog load** pins only the first program from the
129 *OBJ* as *PATH*. **bpftool prog loadall** pins all programs
133 By default bpftool will create new maps as declared in the ELF
149 **bpftool prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
155 **bpftool prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
161 **bpftool prog tracelog**
167 perf events (see also **bpftool-map**\ (8)).
169 …**bpftool prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ct…
200 arguments. bpftool does not perform checks on program types.
202 **bpftool prog profile** *PROG* [**duration** *DURATION*] *METRICs*
208 **bpftool prog help**
228 **# bpftool prog show**
237 **# bpftool --json --pretty prog show**
265 | **# bpftool prog dump xlated id 10 file /tmp/t**
272 **# bpftool prog dump jited tag 005a3d2123620c8b**
284 | **# bpftool prog pin id 10 /sys/fs/bpf/prog**
285 | **# bpftool prog load ./my_prog.o /sys/fs/bpf/prog2**
293 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
309 | **# bpftool prog load xdp1_kern.o /sys/fs/bpf/xdp1 type xdp map name rxcnt id 7**
310 | **# bpftool prog show pinned /sys/fs/bpf/xdp1**
321 | **# bpftool prog profile id 337 duration 10 cycles instructions llc_misses**