Searched refs:btf__add_func_param (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_field_iter.c | 73 btf__add_func_param(btf, "p1", 1); in test_btf_field_iter() 74 btf__add_func_param(btf, "p2", 3); in test_btf_field_iter()
|
| H A D | btf_distill.c | 58 btf__add_func_param(btf1, "p1", 1); in test_distilled_base() 122 btf__add_func_param(btf2, "p1", 16); in test_distilled_base()
|
| H A D | btf_write.c | 231 err = btf__add_func_param(btf, "p1", 1); in gen_btf() 233 err = btf__add_func_param(btf, "p2", 2); in gen_btf()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.map | 218 btf__add_func_param;
|
| H A D | btf.h | 263 LIBBPF_API int btf__add_func_param(struct btf *btf, const char *name, int type_id);
|
| H A D | btf.c | 3090 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param() function
|
| H A D | libbpf.c | 7307 err = btf__add_func_param(btf, "", p->type); in clone_func_btf_info()
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 1302 err = btf__add_func_param(btf, param_name, params[i].type); in process_kfunc_with_implicit_args() 1412 err = btf__add_func_param(btf, name ?: "", btf_params(proto)[i].type); in add_arena_tagged_proto()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 1285 err = btf__add_func_param(prog_btf, pname ?: "", prog_param_types[j]); in fixup_btf_from_path()
|