Lines Matching refs:PROG

27 PROG COMMANDS
30 | **bpftool** **prog** { **show** | **list** } [*PROG*]
31 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
32 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
33 | **bpftool** **prog pin** *PROG* *FILE*
35 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
36 | **bpftool** **prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
38 | **bpftool** **prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] …
39 | **bpftool** **prog profile** *PROG* [**duration** *DURATION*] *METRICs*
43 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
68 **bpftool prog { show | list }** [*PROG*]
69 Show information about loaded programs. If *PROG* is
72 In case of **tag** or **name**, *PROG* may match several
91 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
97 In case of **tag** or **name**, *PROG* may match several
99 **visual** is specified, *PROG* must match a single program.
113 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
118 *PROG* must match a single program when **file** is specified.
127 **bpftool prog pin** *PROG* *FILE*
128 Pin program *PROG* as *FILE*.
168 **bpftool prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
169 Attach bpf program *PROG* (with type specified by
174 **bpftool prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
175 Detach bpf program *PROG* (with type specified by
188 …**bpftool prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ct…
189 Run BPF program *PROG* in the kernel testing infrastructure
221 **bpftool prog profile** *PROG* [**duration** *DURATION*] *METRICs*
222 Profile *METRICs* for bpf program *PROG* for *DURATION*