bpftool-map.rst (3bec5b6aae830355e786e204b20a7cea38c3a8ed) bpftool-map.rst (8ea636848aca35b9f97c5b5dee30225cf2dd0fe6)
1================
2bpftool-map
3================
4-------------------------------------------------------------------------------
5tool for inspection and simple manipulation of eBPF maps
6-------------------------------------------------------------------------------
7
8:Manual section: 8

--- 35 unchanged lines hidden (view full) ---

44| *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
45| *VALUE* := { *DATA* | *MAP* | *PROG* }
46| *UPDATE_FLAGS* := { **any** | **exist** | **noexist** }
47| *TYPE* := { **hash** | **array** | **prog_array** | **perf_event_array** | **percpu_hash**
48| | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
49| | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
50| | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
51| | **cgroup_storage** | **reuseport_sockarray** | **percpu_cgroup_storage**
1================
2bpftool-map
3================
4-------------------------------------------------------------------------------
5tool for inspection and simple manipulation of eBPF maps
6-------------------------------------------------------------------------------
7
8:Manual section: 8

--- 35 unchanged lines hidden (view full) ---

44| *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
45| *VALUE* := { *DATA* | *MAP* | *PROG* }
46| *UPDATE_FLAGS* := { **any** | **exist** | **noexist** }
47| *TYPE* := { **hash** | **array** | **prog_array** | **perf_event_array** | **percpu_hash**
48| | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
49| | **lru_percpu_hash** | **lpm_trie** | **array_of_maps** | **hash_of_maps**
50| | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
51| | **cgroup_storage** | **reuseport_sockarray** | **percpu_cgroup_storage**
52| | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** }
52| | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage** }
53
54DESCRIPTION
55===========
56 **bpftool map { show | list }** [*MAP*]
57 Show information about loaded maps. If *MAP* is specified
58 show information only about given maps, otherwise list all
59 maps currently loaded on the system. In case of **name**,
60 *MAP* may match several maps which will all be shown.

--- 234 unchanged lines hidden ---
53
54DESCRIPTION
55===========
56 **bpftool map { show | list }** [*MAP*]
57 Show information about loaded maps. If *MAP* is specified
58 show information only about given maps, otherwise list all
59 maps currently loaded on the system. In case of **name**,
60 *MAP* may match several maps which will all be shown.

--- 234 unchanged lines hidden ---