Home
last modified time | relevance | path

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

/linux-5.10/tools/perf/tests/
Dbpf-script-test-relocation.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") my_table = { argument
Dbpf-script-example.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") flip_table = { argument
/linux-5.10/tools/lib/bpf/
Dbpf_helpers.h108 struct bpf_map_def { struct
109 unsigned int type;
110 unsigned int key_size;
111 unsigned int value_size;
112 unsigned int max_entries;
113 unsigned int map_flags;
Dlibbpf.h398 struct bpf_map_def { struct
417 * Get bpf_map through the offset of corresponding struct bpf_map_def argument