Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/tools/lib/bpf/
Dbpf_helpers.h138 struct bpf_map_def { struct
139 unsigned int type;
140 unsigned int key_size;
141 unsigned int value_size;
142 unsigned int max_entries;
143 unsigned int map_flags;
Dlibbpf.h473 struct bpf_map_def { struct
492 * Get bpf_map through the offset of corresponding struct bpf_map_def argument