Lines Matching refs:program
56 specified show information only about given program, otherwise
59 Output will start with program ID followed by program type and
63 programs (such as the total time spent running the program,
67 program run. Activation or deactivation of the feature is
71 Dump eBPF instructions of the program from the kernel. By
89 Dump jited image (host machine code) of the program.
101 Pin program *PROG* as *FILE*.
108 Load bpf program(s) from binary *OBJ* and pin as *PATH*.
109 **bpftool prog load** pins only the first program from the
112 **type** is optional, if not specified program type will be
121 If **dev** *NAME* is specified program will be loaded onto
131 Attach bpf program *PROG* (with type specified by
137 Detach bpf program *PROG* (with type specified by
151 Run BPF program *PROG* in the kernel testing infrastructure
152 for BPF, meaning that the program works on the data and
179 Not all program types support test run. Among those which do,
181 arguments. bpftool does not perform checks on program types.