Home
last modified time | relevance | path

Searched refs:btf_is_ptr (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_off_cpu.c113 if (t2 == NULL || !btf_is_ptr(t2)) in check_sched_switch_args()
/linux/tools/lib/bpf/
H A Dbtf.h381 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
H A Drelo_core.c930 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()
H A Dlibbpf.c1220 if (btf_is_ptr(mtype)) { in bpf_map__init_kern_struct_ops()
2359 if (!btf_is_ptr(t)) in resolve_func_ptr()
2414 if (!btf_is_ptr(t)) { in get_map_field_int()
2442 if (btf_is_ptr(t)) { in get_map_field_long()
2566 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2606 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2666 if (!btf_is_ptr(t)) { in parse_btf_map_def()
6733 if (!btf_is_ptr(t)) in need_func_arg_type_fixup()
/linux/include/linux/
H A Dbtf.h335 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
/linux/tools/bpf/bpftool/
H A Dgen.c64 if (!btf_is_ptr(t)) in resolve_func_ptr()
321 return btf_is_ptr(v) && btf_is_func_proto(btf__type_by_id(btf, v->type)); in btf_is_ptr_to_func_proto()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c465 } else if (btf_is_ptr(t) && (t = btf__type_by_id(local_btf, t->type))) { in setup_type_id_case_local()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c960 if (!t || !btf_is_ptr(t)) in fixup_obj()
/linux/kernel/bpf/
H A Dbtf.c5981 if (!btf_is_ptr(t)) { in btf_validate_prog_ctx_type()