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* }
70 bpftool prog { show | list } [*PROG*]
71 Show information about loaded programs. If *PROG* is specified show
73 currently loaded on the system. In case of **tag** or **name**, *PROG* may
90 bpftool prog dump xlated *PROG* [{ file *FILE* | [opcodes] [linum] [visual] }]
96 In case of **tag** or **name**, *PROG* may match several programs which
98 *PROG* must match a single program.
111 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }]
115 be disassembled and printed to stdout. *PROG* must match a single program
124 bpftool prog pin *PROG* *FILE*
125 Pin program *PROG* as *FILE*.
159 bpftool prog attach *PROG* *ATTACH_TYPE* [*MAP*]
160 Attach bpf program *PROG* (with type specified by *ATTACH_TYPE*). Most
164 bpftool prog detach *PROG* *ATTACH_TYPE* [*MAP*]
165 Detach bpf program *PROG* (with type specified by *ATTACH_TYPE*). Most
176 bpftool prog run *PROG* data_in *FILE* [data_out *FILE* [data_size_out *L*]] [ctx_in *FILE* [ctx_ou…
177 Run BPF program *PROG* in the kernel testing infrastructure for BPF,
204 bpftool prog profile *PROG* [duration *DURATION*] *METRICs*
205 Profile *METRICs* for bpf program *PROG* for *DURATION* seconds or until