Home
last modified time | relevance | path

Searched defs:bpf_map_def (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/perf/tests/
Dbpf-script-example.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") flip_table = { argument
Dbpf-script-test-relocation.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") my_table = { argument
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.h286 struct bpf_map_def { struct
306 * Get bpf_map through the offset of corresponding struct bpf_map_def argument
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h251 struct bpf_map_def { struct
252 unsigned int type;
253 unsigned int key_size;
254 unsigned int value_size;
255 unsigned int max_entries;
256 unsigned int map_flags;
257 unsigned int inner_map_idx;
258 unsigned int numa_node;