Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbpf-script-example.c19 struct bpf_map_def { struct
27 struct bpf_map_def SEC("maps") flip_table = { argument
Dbpf-script-test-relocation.c19 struct bpf_map_def { struct
27 struct bpf_map_def SEC("maps") my_table = { argument
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.h227 struct bpf_map_def { struct
244 * Get bpf_map through the offset of corresponding struct bpf_map_def argument
/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_helpers.h161 struct bpf_map_def { struct
162 unsigned int type;
163 unsigned int key_size;
164 unsigned int value_size;
165 unsigned int max_entries;
166 unsigned int map_flags;
167 unsigned int inner_map_idx;
168 unsigned int numa_node;