Searched refs:btf__add_func (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | btf_field_iter.c | 76 btf__add_func(btf, "func", BTF_FUNC_GLOBAL, 13);/* [14] int func(int p1, int *p2); */ in test_btf_field_iter()
|
D | btf_distill.c | 119 btf__add_func(btf2, "fn", BTF_FUNC_STATIC, 14); /* [27] int fn(int p1); */ in test_distilled_base()
|
D | btf_write.c | 219 id = btf__add_func(btf, "func1", BTF_FUNC_GLOBAL, 15); in gen_btf()
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.map | 217 btf__add_func;
|
D | btf.h | 229 LIBBPF_API int btf__add_func(struct btf *btf, const char *name,
|
D | btf.c | 2600 int btf__add_func(struct btf *btf, const char *name, in btf__add_func() function
|
D | libbpf.c | 6847 fn_id = btf__add_func(btf, prog->name, linkage, fn_proto_id); in clone_func_btf_info()
|