Home
last modified time | relevance | path

Searched refs:iterator (Results 1 – 2 of 2) sorted by relevance

/tools/bpf/bpftool/Documentation/
Dbpftool-iter.rst31 A bpf iterator combines a kernel iterating of
35 *read* kernel iterator output through *read()* syscall.
37 The *pin* command creates a bpf iterator from *OBJ*,
43 Map element bpf iterator requires an additional parameter
49 User can then *cat PATH* to see the bpf iterator output.
64 Create a file-based bpf iterator from bpf_iter_netlink.o and pin it
71 Create a file-based bpf iterator from bpf_iter_hashmap.o and map with
/tools/testing/radix-tree/
Diteration_check_2.c13 static void *iterator(void *arg) in iterator() function
67 if (pthread_create(&threads[0], NULL, iterator, &array)) { in iteration_test2()