Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_btf.c101 name = btf_name_by_offset(btf, member->name_off); in btf_find_struct_member()
A Dtrace_probe.c657 const char *name = btf_name_by_offset(ctx->btf, params[i].name_off); in parse_btf_arg()
1651 name = btf_name_by_offset(ctx->btf, ctx->params[idx].name_off); in sprint_nth_btf_arg()
/linux/kernel/bpf/
A Dbtf.c563 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
1024 name = btf_name_by_offset(show->btf, in btf_show_name()
5910 tname = btf_name_by_offset(btf, t->name_off); in btf_is_prog_ctx_type()
5926 tname = btf_name_by_offset(btf, t->name_off); in btf_is_prog_ctx_type()
5999 tname = btf_name_by_offset(btf, t->name_off); in btf_validate_prog_ctx_type()
6013 tname = btf_name_by_offset(btf, t->name_off); in btf_validate_prog_ctx_type()
7134 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
7135 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
7224 s1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
7225 s2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match()
[all …]
A Dlog.c418 s = ltrim(btf_name_by_offset(btf, linfo->line_off)); in verbose_linfo()
421 s = btf_name_by_offset(btf, linfo->file_name_off); in verbose_linfo()
432 return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off); in btf_type_name()
A Dinode.c628 name = btf_name_by_offset(btf, t->name_off); in find_bpffs_btf_enums()
665 name = btf_name_by_offset(btf, e->name_off); in find_btf_enum_const()
706 name = btf_name_by_offset(btf, e->name_off); in seq_print_delegate_opts()
A Dbpf_struct_ops.c115 value_name, btf_name_by_offset(btf, type->name_off)); in is_valid_value_type()
376 mname = btf_name_by_offset(btf, member->name_off); in bpf_struct_ops_desc_init()
A Dverifier.c3574 return btf_name_by_offset(desc_btf, func->name_off); in disasm_kfunc_name()
6763 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
11079 param_name = btf_name_by_offset(btf, arg->name_off); in is_kfunc_arg_scalar_with_name()
12023 ref_tname = btf_name_by_offset(btf, ref_t->name_off); in check_kfunc_args()
12804 ptr_type_name = btf_name_by_offset(desc_btf, in check_kfunc_call()
16878 if (!btf_name_by_offset(btf, linfo[i].line_off) || in check_btf_line()
18680 tname = btf_name_by_offset(btf, t->name_off); in find_btf_percpu_datasec()
18734 sym_name = btf_name_by_offset(btf, t->name_off); in check_pseudo_btf_id()
18776 tname = btf_name_by_offset(btf, t->name_off); in check_pseudo_btf_id()
21786 mname = btf_name_by_offset(btf, member->name_off); in check_struct_ops_btf_id()
[all …]
A Dcore.c608 func_name = btf_name_by_offset(prog->aux->btf, type->name_off); in bpf_prog_ksym_set_name()
/linux/include/linux/
A Dbtf.h561 const char *btf_name_by_offset(const struct btf *btf, u32 offset);
612 static inline const char *btf_name_by_offset(const struct btf *btf, in btf_name_by_offset() function
/linux/tools/lib/bpf/
A Dbtf_relocate.c19 #define btf__name_by_offset btf_name_by_offset
A Drelo_core.c29 return btf_name_by_offset(btf, offset); in btf__name_by_offset()
/linux/net/core/
A Dbpf_sk_storage.c379 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in bpf_sk_storage_tracing_allowed()
/linux/kernel/sched/
A Dext.c5349 mname = btf_name_by_offset(btf_vmlinux, member->name_off); in set_arg_maybe_null()

Completed in 889 milliseconds