Home
last modified time | relevance | path

Searched refs:safe_kind (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/bpf/bpftool/
Dbtf.c88 int kind, safe_kind; in dump_btf_type() local
91 safe_kind = kind <= BTF_KIND_MAX ? kind : BTF_KIND_UNKN; in dump_btf_type()
96 jsonw_string_field(w, "kind", btf_kind_str[safe_kind]); in dump_btf_type()
99 printf("[%u] %s '%s'", id, btf_kind_str[safe_kind], in dump_btf_type()