Searched refs:BTF_FUNC_GLOBAL (Results 1 – 10 of 10) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | btf.h | 159 BTF_FUNC_GLOBAL = 1, enumerator
|
| /tools/lib/bpf/ |
| A D | features.c | 122 BTF_TYPE_ENC(5, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 2), in probe_kern_btf_func_global() 467 BTF_TYPE_ENC(1 /* "a" */, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 3), in probe_kern_arg_ctx_tag() 472 BTF_TYPE_ENC(3 /* "b" */, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 5), in probe_kern_arg_ctx_tag()
|
| A D | btf_dump.c | 2018 case BTF_FUNC_GLOBAL: in btf_dump_var_data()
|
| A D | linker.c | 1944 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
|
| A D | libbpf.c | 3558 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) in bpf_object__sanitize_and_load_btf() 4386 vt->info |= BTF_FUNC_GLOBAL; in bpf_object__collect_externs() 6694 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) { in bpf_prog_assign_exc_cb() 6989 if (!btf_is_func(fn_t) || btf_func_linkage(fn_t) != BTF_FUNC_GLOBAL) in bpf_program_fixup_func_info()
|
| A D | btf.c | 2693 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL && in btf__add_func()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A 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()
|
| A D | btf_write.c | 219 id = btf__add_func(btf, "func1", BTF_FUNC_GLOBAL, 15); in gen_btf() 225 ASSERT_EQ(btf_vlen(t), BTF_FUNC_GLOBAL, "func_vlen"); in gen_btf()
|
| /tools/testing/selftests/bpf/ |
| A D | btf_helpers.c | 72 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
|
| /tools/bpf/bpftool/ |
| A D | btf.c | 98 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
|
Completed in 51 milliseconds