Lines Matching refs:PROG

27 PROG COMMANDS
30 | **bpftool** **prog** { **show** | **list** } [*PROG*]
31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*…
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**] [**linum**] [**visual**] }]
97 In case of **tag** or **name**, *PROG* may match several
99 **visual** is specified, *PROG* must match a single program.
112 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }]
117 *PROG* must match a single program when **file** is specified.
125 **bpftool prog pin** *PROG* *FILE*
126 Pin program *PROG* as *FILE*.
169 **bpftool prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
170 Attach bpf program *PROG* (with type specified by
175 **bpftool prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
176 Detach bpf program *PROG* (with type specified by
189 …**bpftool prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ct…
190 Run BPF program *PROG* in the kernel testing infrastructure
222 **bpftool prog profile** *PROG* [**duration** *DURATION*] *METRICs*
223 Profile *METRICs* for bpf program *PROG* for *DURATION*