Lines Matching refs:prog
2 bpftool-prog
13 **bpftool** [*OPTIONS*] **prog** *COMMAND*
26 | **bpftool** **prog** { **show** | **list** } [*PROG*]
27 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
28 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
29 | **bpftool** **prog pin** *PROG* *FILE*
30 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** …
31 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
32 | **bpftool** **prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
33 | **bpftool** **prog tracelog**
34 | **bpftool** **prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] …
35 | **bpftool** **prog profile** *PROG* [**duration** *DURATION*] *METRICs*
36 | **bpftool** **prog help**
63 **bpftool prog { show | list }** [*PROG*]
86 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
108 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
117 If the prog has line_info available, the source line will
122 **bpftool prog pin** *PROG* *FILE*
129 …**bpftool prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** {**idx** *IDX* | **nam…
131 **bpftool prog load** pins only the first program from the
132 *OBJ* as *PATH*. **bpftool prog loadall** pins all programs
152 **bpftool prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
158 **bpftool prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
164 **bpftool prog tracelog**
172 …**bpftool prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ct…
205 **bpftool prog profile** *PROG* [**duration** *DURATION*] *METRICs*
211 **bpftool prog help**
240 and loading the programs (see **bpftool prog tracelog** as
245 **# bpftool prog show**
254 **# bpftool --json --pretty prog show**
282 | **# bpftool prog dump xlated id 10 file /tmp/t**
289 **# bpftool prog dump jited tag 005a3d2123620c8b**
301 | **# bpftool prog pin id 10 /sys/fs/bpf/prog**
302 | **# bpftool prog load ./my_prog.o /sys/fs/bpf/prog2**
307 -rw------- 1 root root 0 Jul 22 01:43 prog
310 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
326 | **# bpftool prog load xdp1_kern.o /sys/fs/bpf/xdp1 type xdp map name rxcnt id 7**
327 | **# bpftool prog show pinned /sys/fs/bpf/xdp1**
338 | **# bpftool prog profile id 337 duration 10 cycles instructions llc_misses**
350 | **# bpftool prog tracelog**
351 | **# bpftool prog load -L -d file.o**