Searched refs:btf_name_by_offset (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/kernel/trace/ |
D | trace_btf.c | 101 name = btf_name_by_offset(btf, member->name_off); in btf_find_struct_member()
|
D | trace_probe.c | 657 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-6.12.1/kernel/bpf/ |
D | btf.c | 563 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind() 846 const char *btf_name_by_offset(const struct btf *btf, u32 offset) in btf_name_by_offset() function 981 member = btf_name_by_offset(show->btf, m->name_off); in btf_show_name() 1024 name = btf_name_by_offset(show->btf, in btf_show_name() 1058 name = btf_name_by_offset(show->btf, t->name_off); in btf_show_name() 2603 value = btf_name_by_offset(env->btf, t->name_off); in btf_ref_type_check_meta() 4917 value = btf_name_by_offset(env->btf, t->name_off); in btf_decl_tag_check_meta() 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() 5939 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_type->name_off); in btf_is_prog_ctx_type() [all …]
|
D | log.c | 418 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()
|
D | inode.c | 628 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()
|
D | bpf_struct_ops.c | 115 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()
|
D | verifier.c | 348 return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off); in btf_type_name() 2879 func_name = btf_name_by_offset(desc_btf, func->name_off); in add_kfunc_call() 3574 return btf_name_by_offset(desc_btf, func->name_off); in disasm_kfunc_name() 6594 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access() 6763 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access() 10808 tname = btf_name_by_offset(meta.ret_btf, t->name_off); in check_helper_call() 11079 param_name = btf_name_by_offset(btf, arg->name_off); in is_kfunc_arg_scalar_with_name() 11497 reg_ref_tname = btf_name_by_offset(reg_btf, reg_ref_t->name_off); in process_kf_arg_ptr_to_btf_id() 11860 btf_name_by_offset(field->graph_root.btf, et->name_off), in __process_kf_arg_ptr_to_graph_node() 11861 node_off, btf_name_by_offset(reg->btf, t->name_off)); in __process_kf_arg_ptr_to_graph_node() [all …]
|
D | core.c | 608 func_name = btf_name_by_offset(prog->aux->btf, type->name_off); in bpf_prog_ksym_set_name()
|
/linux-6.12.1/include/linux/ |
D | btf.h | 561 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-6.12.1/tools/lib/bpf/ |
D | btf_relocate.c | 19 #define btf__name_by_offset btf_name_by_offset
|
D | relo_core.c | 29 return btf_name_by_offset(btf, offset); in btf__name_by_offset()
|
/linux-6.12.1/net/core/ |
D | bpf_sk_storage.c | 379 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in bpf_sk_storage_tracing_allowed()
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 5349 mname = btf_name_by_offset(btf_vmlinux, member->name_off); in set_arg_maybe_null()
|