Lines Matching refs:PROG

21 PROG COMMANDS
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*
29 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
30 | **bpftool** **prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
32 | **bpftool** **prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] …
33 | **bpftool** **prog profile** *PROG* [**duration** *DURATION*] *METRICs*
37 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
60 **bpftool prog { show | list }** [*PROG*]
61 Show information about loaded programs. If *PROG* is
64 In case of **tag** or **name**, *PROG* may match several
83 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
89 In case of **tag** or **name**, *PROG* may match several
91 **visual** is specified, *PROG* must match a single program.
105 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
110 *PROG* must match a single program when **file** is specified.
119 **bpftool prog pin** *PROG* *FILE*
120 Pin program *PROG* as *FILE*.
149 **bpftool prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
150 Attach bpf program *PROG* (with type specified by
155 **bpftool prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
156 Detach bpf program *PROG* (with type specified by
169 …**bpftool prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ct…
170 Run BPF program *PROG* in the kernel testing infrastructure
202 **bpftool prog profile** *PROG* [**duration** *DURATION*] *METRICs*
203 Profile *METRICs* for bpf program *PROG* for *DURATION*