Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/
Dbtf_helpers.c29 static const char *btf_kind_str(__u16 kind) in btf_kind_str() function
/Linux-v5.15/tools/bpf/bpftool/
Dbtf.c22 static const char * const btf_kind_str[NR_BTF_KINDS] = { variable
/Linux-v5.15/kernel/bpf/
Dbtf.c266 static const char * const btf_kind_str[NR_BTF_KINDS] = { variable
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c1994 const char *btf_kind_str(const struct btf_type *t) in btf_kind_str() function