Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dbpf-script-example.c19 struct bpf_map_def { struct
27 struct bpf_map_def SEC("maps") flip_table = { argument
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.h97 struct bpf_map_def { struct
98 unsigned int type;
99 unsigned int key_size;
100 unsigned int value_size;
101 unsigned int max_entries;
/linux-4.4.14/samples/bpf/
Dbpf_helpers.h57 struct bpf_map_def { struct
58 unsigned int type;
59 unsigned int key_size;
60 unsigned int value_size;
61 unsigned int max_entries;