Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_lru_map.c29 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
97 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
185 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
261 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
368 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
432 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
509 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
556 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
/tools/lib/bpf/
Dbpf.c62 int bpf_create_map_node(enum bpf_map_type map_type, int key_size, in bpf_create_map_node()
83 int bpf_create_map(enum bpf_map_type map_type, int key_size, in bpf_create_map()
90 int bpf_create_map_in_map_node(enum bpf_map_type map_type, int key_size, in bpf_create_map_in_map_node()
112 int bpf_create_map_in_map(enum bpf_map_type map_type, int key_size, in bpf_create_map_in_map()
/tools/perf/util/
Dmap.h14 enum map_type { enum
Dsymbol.c72 bool symbol_type__is_a(char symbol_type, enum map_type map_type) in symbol_type__is_a()
/tools/include/uapi/linux/
Dbpf.h181 __u32 map_type; /* one of enum bpf_map_type */ member
/tools/perf/
Dbuiltin-trace.c1935 char map_type = 'd'; in trace__pgfault() local