Lines Matching refs:struct_ops
4 bpftool-struct_ops
7 tool to register/unregister/introspect BPF struct_ops
17 **bpftool** [*OPTIONS*] **struct_ops** *COMMAND*
27 | **bpftool** **struct_ops { show | list }** [*STRUCT_OPS_MAP*]
28 | **bpftool** **struct_ops dump** [*STRUCT_OPS_MAP*]
29 | **bpftool** **struct_ops register** *OBJ* [*LINK_DIR*]
30 | **bpftool** **struct_ops unregister** *STRUCT_OPS_MAP*
31 | **bpftool** **struct_ops help**
39 bpftool struct_ops { show | list } [*STRUCT_OPS_MAP*]
40 Show brief information about the struct_ops in the system. If
42 struct_ops. Otherwise, it lists all struct_ops currently existing in the
45 Output will start with struct_ops map ID, followed by its map name and its
46 struct_ops's kernel type.
48 bpftool struct_ops dump [*STRUCT_OPS_MAP*]
49 Dump details information about the struct_ops in the system. If
51 struct_ops. Otherwise, it dumps all struct_ops currently existing in the
54 bpftool struct_ops register *OBJ* [*LINK_DIR*]
55 Register bpf struct_ops from *OBJ*. All struct_ops under the ELF section
56 ".struct_ops" and ".struct_ops.link" will be registered to its kernel
57 subsystem. For each struct_ops in the ".struct_ops.link" section, a link
62 bpftool struct_ops unregister *STRUCT_OPS_MAP*
65 bpftool struct_ops help
74 **# bpftool struct_ops show**
81 **# bpftool struct_ops unregister id 105**
87 **# bpftool struct_ops register bpf_cubic.o**