Searched refs:libbpf_bpf_map_type_str (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_str.c109 * libbpf_bpf_map_type_str.
139 map_type_str = libbpf_bpf_map_type_str(map_type);
147 * (map_type). For this enum value, libbpf_bpf_map_type_str() picks
/linux-master/tools/bpf/bpftool/
H A Dmap.c51 map_type_str = libbpf_bpf_map_type_str(i);
455 map_type_str = libbpf_bpf_map_type_str(info->type);
547 map_type_str = libbpf_bpf_map_type_str(info->type);
861 map_type_str = libbpf_bpf_map_type_str(info->type);
H A Dfeature.c968 map_type_str = libbpf_bpf_map_type_str(map_type);
1276 get_name = (const char *(*)(unsigned int))libbpf_bpf_map_type_str;
/linux-master/tools/lib/bpf/
H A Dlibbpf.h73 * @brief **libbpf_bpf_map_type_str()** converts the provided map type value
79 LIBBPF_API const char *libbpf_bpf_map_type_str(enum bpf_map_type t);
H A Dlibbpf.c9559 const char *libbpf_bpf_map_type_str(enum bpf_map_type t) function

Completed in 334 milliseconds