Lines Matching refs:PROG

23 PROG COMMANDS
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*
31 | **bpftool** **prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
32 | **bpftool** **prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
34 | **bpftool** **prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] …
35 | **bpftool** **prog profile** *PROG* [**duration** *DURATION*] *METRICs*
39 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
63 **bpftool prog { show | list }** [*PROG*]
64 Show information about loaded programs. If *PROG* is
67 In case of **tag** or **name**, *PROG* may match several
86 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
92 In case of **tag** or **name**, *PROG* may match several
94 **visual** is specified, *PROG* must match a single program.
108 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
113 *PROG* must match a single program when **file** is specified.
122 **bpftool prog pin** *PROG* *FILE*
123 Pin program *PROG* as *FILE*.
152 **bpftool prog attach** *PROG* *ATTACH_TYPE* [*MAP*]
153 Attach bpf program *PROG* (with type specified by
158 **bpftool prog detach** *PROG* *ATTACH_TYPE* [*MAP*]
159 Detach bpf program *PROG* (with type specified by
172 …**bpftool prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ct…
173 Run BPF program *PROG* in the kernel testing infrastructure
205 **bpftool prog profile** *PROG* [**duration** *DURATION*] *METRICs*
206 Profile *METRICs* for bpf program *PROG* for *DURATION*