Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bpf/bpftool/
Dbtf.c93 static const char *btf_str(const struct btf *btf, __u32 off) in btf_str() function
113 jsonw_string_field(w, "name", btf_str(btf, t->name_off)); in dump_btf_type()
116 btf_str(btf, t->name_off)); in dump_btf_type()
176 const char *name = btf_str(btf, m->name_off); in dump_btf_type()
222 const char *name = btf_str(btf, v->name_off); in dump_btf_type()
272 const char *name = btf_str(btf, p->name_off); in dump_btf_type()