Lines Matching +full:path +full:- +full:map
2 bpftool-iter
4 -------------------------------------------------------------------------------
6 -------------------------------------------------------------------------------
20 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*]
24 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* }
28 **bpftool iter pin** *OBJ* *PATH* [**map** *MAP*]
36 and pin it to *PATH*. The *PATH* should be located
41 Map element bpf iterator requires an additional parameter
42 *MAP* so bpf program can iterate over map elements for
43 that map. User can have a bpf program in kernel to run
44 with each map element, do checking, filtering, aggregation,
47 User can then *cat PATH* to see the bpf iterator output.
62 Create a file-based bpf iterator from bpf_iter_netlink.o and pin it
65 **# bpftool iter pin bpf_iter_hashmap.o /sys/fs/bpf/my_hashmap map id 20**
69 Create a file-based bpf iterator from bpf_iter_hashmap.o and map with