Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dbpf-script-example.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") flip_table = { argument
A Dbpf-script-test-relocation.c20 struct bpf_map_def { struct
28 struct bpf_map_def SEC("maps") my_table = { argument
/linux/tools/lib/bpf/
A Dbpf_helpers.h130 struct bpf_map_def { struct
131 unsigned int type;
132 unsigned int key_size;
133 unsigned int value_size;
134 unsigned int max_entries;
135 unsigned int map_flags;
A Dlibbpf.h521 struct bpf_map_def { struct
544 * Get bpf_map through the offset of corresponding struct bpf_map_def argument

Completed in 12 milliseconds