Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dbpf_off_cpu.c115 if (t2 == NULL || !btf_is_ptr(t2)) in check_sched_switch_args()
/linux-6.3-rc2/tools/lib/bpf/
A Dbtf.h345 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
A Drelo_core.c930 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()
A Dlibbpf.c1049 if (btf_is_ptr(mtype)) { in bpf_map__init_kern_struct_ops()
2028 if (!btf_is_ptr(t)) in resolve_func_ptr()
2083 if (!btf_is_ptr(t)) { in get_map_field_int()
2195 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2235 if (!btf_is_ptr(t)) { in parse_btf_map_def()
2295 if (!btf_is_ptr(t)) { in parse_btf_map_def()
/linux-6.3-rc2/include/linux/
A Dbtf.h317 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() function
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c464 } else if (btf_is_ptr(t) && (t = btf__type_by_id(local_btf, t->type))) { in setup_type_id_case_local()
/linux-6.3-rc2/tools/bpf/bpftool/
A Dgen.c291 return btf_is_ptr(v) && btf_is_func_proto(btf__type_by_id(btf, v->type)); in btf_is_ptr_to_func_proto()

Completed in 32 milliseconds