Home
last modified time | relevance | path

Searched defs:btf2 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c9 struct btf *btf1, *btf2; in test_split_simple() local
127 struct btf *btf1, *btf2; test_split_fwd_resolve() local
225 struct btf *btf1, *btf2; test_split_struct_duped() local
358 struct btf *btf1, *btf2 = NULL; test_split_dup_struct_in_cu() local
[all...]
H A Dbtf_split.c18 struct btf *btf1, *btf2; in test_btf_split() local
[all...]
H A Dbtf_write.c406 struct btf *btf1 = NULL, *btf2 = NULL; in test_btf_add_btf() local
/kernel/linux/linux-6.6/include/linux/
H A Dbtf.h557 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) btf_types_are_same() argument
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlinker.c1298 glob_sym_btf_matches(const char *sym_name, bool exact, const struct btf *btf1, __u32 id1, const struct btf *btf2, __u32 id2) glob_sym_btf_matches() argument
/third_party/libbpf/src/
H A Dlinker.c1298 glob_sym_btf_matches(const char *sym_name, bool exact, const struct btf *btf1, __u32 id1, const struct btf *btf2, __u32 id2) glob_sym_btf_matches() argument
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c5008 btf_check_func_type_match(struct bpf_verifier_log *log, struct btf *btf1, const struct btf_type *t1, struct btf *btf2, const struct btf_type *t2) btf_check_func_type_match() argument
5119 btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, struct btf *btf2, const struct btf_type *t2) btf_check_type_match() argument
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c6464 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) btf_types_are_same() argument
6627 btf_check_func_type_match(struct bpf_verifier_log *log, struct btf *btf1, const struct btf_type *t1, struct btf *btf2, const struct btf_type *t2) btf_check_func_type_match() argument
6738 btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, struct btf *btf2, const struct btf_type *t2) btf_check_type_match() argument
[all...]

Completed in 29 milliseconds