Home
last modified time | relevance | path

Searched refs:BTF_FUNC_GLOBAL (Results 1 – 10 of 10) sorted by relevance

/tools/include/uapi/linux/
A Dbtf.h159 BTF_FUNC_GLOBAL = 1, enumerator
/tools/lib/bpf/
A Dfeatures.c122 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 Dbtf_dump.c2018 case BTF_FUNC_GLOBAL: in btf_dump_var_data()
A Dlinker.c1944 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
A Dlibbpf.c3558 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 Dbtf.c2693 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL && in btf__add_func()
/tools/testing/selftests/bpf/prog_tests/
A Dbtf_field_iter.c76 btf__add_func(btf, "func", BTF_FUNC_GLOBAL, 13);/* [14] int func(int p1, int *p2); */ in test_btf_field_iter()
A Dbtf_write.c219 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 Dbtf_helpers.c72 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
/tools/bpf/bpftool/
A Dbtf.c98 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()

Completed in 49 milliseconds