Searched refs:bpf_core_type_matches (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_based.c128 out->struct_matches = bpf_core_type_matches(struct a_struct);
129 out->complex_struct_matches = bpf_core_type_matches(struct a_complex_struct);
130 out->union_matches = bpf_core_type_matches(union a_union);
131 out->enum_matches = bpf_core_type_matches(enum an_enum);
132 out->typedef_named_struct_matches = bpf_core_type_matches(named_struct_typedef);
133 out->typedef_anon_struct_matches = bpf_core_type_matches(anon_struct_typedef);
134 out->typedef_struct_ptr_matches = bpf_core_type_matches(struct_ptr_typedef);
135 out->typedef_int_matches = bpf_core_type_matches(int_typedef);
136 out->typedef_enum_matches = bpf_core_type_matches(enum_typedef);
137 out->typedef_void_ptr_matches = bpf_core_type_matches(void_ptr_typede
[all...]
H A Dtest_core_reloc_kernel.c111 out->local_task_struct_matches = bpf_core_type_matches(struct task_struct___local);
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c258 * bpf_core_type_matches.
261 if (bpf_core_type_matches(struct rw_semaphore___old)) {
264 } else if (bpf_core_type_matches(struct rw_semaphore___new)) {
/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h249 #define bpf_core_type_matches(type) \ macro

Completed in 121 milliseconds