Lines Matching refs:FILE
24 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual**}]
25 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes**}]
26 | **bpftool** **prog pin** *PROG* *FILE*
27 | **bpftool** **prog load** *OBJ* *FILE* [**type** *TYPE*] [**map** {**idx** *IDX* | **name** *NAME…
30 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* }
31 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* }
52 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** }]
59 written to *FILE*.
65 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** }]
67 If *FILE* is specified image will be written to a file,
72 **bpftool prog pin** *PROG* *FILE*
73 Pin program *PROG* as *FILE*.
75 Note: *FILE* must be located in *bpffs* mount.
77 …**bpftool prog load** *OBJ* *FILE* [**type** *TYPE*] [**map** {**idx** *IDX* | **name** *NAME*} *M…
78 Load bpf program from binary *OBJ* and pin as *FILE*.
91 Note: *FILE* must be located in *bpffs* mount.