Lines Matching full:program

77     Output will start with program ID followed by program type and zero or more
81 the total time spent running the program, and the number of times it was
84 program run. Activation or deactivation of the feature is performed via the
99 *PROG* must match a single program.
113 Dump jited image (host machine code) of the program.
116 be disassembled and printed to stdout. *PROG* must match a single program
126 Pin program *PROG* as *FILE*.
132 Load bpf program(s) from binary *OBJ* and pin as *PATH*. **bpftool prog
133 load** pins only the first program from the *OBJ* as *PATH*. **bpftool prog
135 is optional, if not specified program type will be inferred from section
142 **offload_dev** *NAME* is specified program will be loaded onto given
143 networking device (offload). If **xdpmeta_dev** *NAME* is specified program
148 If **autoattach** is specified program will be attached before pin. In that
149 case, only the link (representing the program attached to its hook) is
150 pinned, not the program as such, so the path won't show in **bpftool prog
153 object file, in particular, it's not supported for all program types. If a
154 program does not support autoattach, bpftool falls back to regular pinning
155 for that program instead.
167 Attach bpf program *PROG* (with type specified by *ATTACH_TYPE*). Most
172 Detach bpf program *PROG* (with type specified by *ATTACH_TYPE*). Most
184 Dump the BPF stream of the program. BPF programs can write to these streams
190 Run BPF program *PROG* in the kernel testing infrastructure for BPF,
191 meaning that the program works on the data and context provided by the
213 Not all program types support test run. Among those which do, not all of
215 perform checks on program types.
218 Profile *METRICs* for bpf program *PROG* for *DURATION* seconds or until
240 Load program as a "loader" program. This is useful to debug the generation
246 messages are generated, and the execution of the loader program will use
252 Enable signing of the BPF program before loading. This option must be