Home
last modified time | relevance | path

Searched refs:btf_is_func_proto (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dbpf_off_cpu.c119 if (t3 && btf_is_func_proto(t3) && btf_vlen(t3) == 4) { in check_sched_switch_args()
/linux-6.1.9/tools/lib/bpf/
Dbtf.h422 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto() function
Dlibbpf.c1099 if (!btf_is_func_proto(kern_mtype)) { in bpf_map__init_kern_struct_ops()
2032 return btf_is_func_proto(t) ? t : NULL; in resolve_func_ptr()
2301 if (!btf_is_func_proto(t)) { in parse_btf_map_def()
2700 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
Dbtf.c2425 if (!btf_is_func_proto(t)) in btf__add_func_param()
/linux-6.1.9/tools/bpf/bpftool/
Dbtf_dumper.c122 if (!ptr_type || !btf_is_func_proto(ptr_type)) in btf_dumper_ptr()
Dgen.c292 return btf_is_ptr(v) && btf_is_func_proto(btf__type_by_id(btf, v->type)); in btf_is_ptr_to_func_proto()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c465 if (btf_is_func_proto(t) && (t = btf__type_by_id(local_btf, t->type)) && in setup_type_id_case_local()