Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbtf.h409 const char *btf_name_by_offset(const struct btf *btf, u32 offset);
426 static inline const char *btf_name_by_offset(const struct btf *btf, in btf_name_by_offset() function
/Linux-v6.1/kernel/bpf/
Dbtf.c530 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
806 const char *btf_name_by_offset(const struct btf *btf, u32 offset) in btf_name_by_offset() function
941 member = btf_name_by_offset(show->btf, m->name_off); in btf_show_name()
984 name = btf_name_by_offset(show->btf, in btf_show_name()
1018 name = btf_name_by_offset(show->btf, t->name_off); in btf_show_name()
2493 value = btf_name_by_offset(env->btf, t->name_off); in btf_ref_type_check_meta()
4328 value = btf_name_by_offset(env->btf, t->name_off); in btf_decl_tag_check_meta()
5115 tname = btf_name_by_offset(btf, t->name_off); in btf_get_prog_ctx_type()
5129 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type()
6002 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
[all …]
Dbpf_struct_ops.c162 mname = btf_name_by_offset(btf, member->name_off); in bpf_struct_ops_init()
Dverifier.c406 ltrim(btf_name_by_offset(env->prog->aux->btf, in verbose_linfo()
642 return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off); in kernel_type_name()
2102 func_name = btf_name_by_offset(desc_btf, func->name_off); in add_kfunc_call()
2549 return btf_name_by_offset(desc_btf, func->name_off); in disasm_kfunc_name()
4509 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access()
4598 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
7526 tname = btf_name_by_offset(meta.ret_btf, t->name_off); in check_helper_call()
7694 func_name = btf_name_by_offset(desc_btf, func->name_off); in check_kfunc_call()
7747 ptr_type_name = btf_name_by_offset(desc_btf, in check_kfunc_call()
11209 if (!btf_name_by_offset(btf, linfo[i].line_off) || in check_btf_line()
[all …]
Dcore.c579 func_name = btf_name_by_offset(prog->aux->btf, type->name_off); in bpf_prog_ksym_set_name()
/Linux-v6.1/net/core/
Dbpf_sk_storage.c413 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in bpf_sk_storage_tracing_allowed()
/Linux-v6.1/tools/lib/bpf/
Drelo_core.c29 return btf_name_by_offset(btf, offset); in btf__name_by_offset()