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

/linux-master/tools/bpf/bpftool/
H A Dbtf.c97 static int btf_kind_safe(int kind) function
111 jsonw_string_field(w, "kind", btf_kind_str[btf_kind_safe(kind)]);
114 printf("[%u] %s '%s'", id, btf_kind_str[btf_kind_safe(kind)],
379 btf_kind_str[btf_kind_safe(btf_kind(vt))],

Completed in 207 milliseconds