Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_btf.c101 name = btf_name_by_offset(btf, member->name_off); in btf_find_struct_member()
H A Dtrace_probe.c656 const char *name = btf_name_by_offset(ctx->btf, params[i].name_off); in parse_btf_arg()
1608 name = btf_name_by_offset(ctx->btf, ctx->params[idx].name_off); in sprint_nth_btf_arg()
/openbmc/linux/include/linux/
H A Dbtf.h489 const char *btf_name_by_offset(const struct btf *btf, u32 offset);
516 static inline const char *btf_name_by_offset(const struct btf *btf, in btf_name_by_offset() function
/openbmc/linux/kernel/bpf/
H A Dbtf.c548 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
820 const char *btf_name_by_offset(const struct btf *btf, u32 offset) in btf_name_by_offset() function
955 member = btf_name_by_offset(show->btf, m->name_off); in btf_show_name()
998 name = btf_name_by_offset(show->btf, in btf_show_name()
1032 name = btf_name_by_offset(show->btf, t->name_off); in btf_show_name()
2540 value = btf_name_by_offset(env->btf, t->name_off); in btf_ref_type_check_meta()
4712 value = btf_name_by_offset(env->btf, t->name_off); in btf_decl_tag_check_meta()
5637 tname = btf_name_by_offset(btf, t->name_off); in btf_get_prog_ctx_type()
5652 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type()
6641 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
[all …]
H A Dverifier.c404 ltrim(btf_name_by_offset(env->prog->aux->btf, in verbose_linfo()
745 return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off); in btf_type_name()
2928 func_name = btf_name_by_offset(desc_btf, func->name_off); in add_kfunc_call()
3518 return btf_name_by_offset(desc_btf, func->name_off); in disasm_kfunc_name()
6425 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access()
6594 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
10305 tname = btf_name_by_offset(meta.ret_btf, t->name_off); in check_helper_call()
10492 param_name = btf_name_by_offset(btf, arg->name_off); in __kfunc_param_match_suffix()
10565 param_name = btf_name_by_offset(btf, arg->name_off); in is_kfunc_arg_scalar_with_name()
10917 reg_ref_tname = btf_name_by_offset(reg_btf, reg_ref_t->name_off); in process_kf_arg_ptr_to_btf_id()
[all …]
H A Dbpf_struct_ops.c171 mname = btf_name_by_offset(btf, member->name_off); in bpf_struct_ops_init()
H A Dcore.c599 func_name = btf_name_by_offset(prog->aux->btf, type->name_off); in bpf_prog_ksym_set_name()
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c378 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in bpf_sk_storage_tracing_allowed()
/openbmc/linux/tools/lib/bpf/
H A Drelo_core.c29 return btf_name_by_offset(btf, offset); in btf__name_by_offset()