Home
last modified time | relevance | path

Searched refs:btf_type_int (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.c309 static u32 btf_type_int(const struct btf_type *t) in btf_type_int() function
327 intdata = btf_type_int(real_type); in btf_type_is_char_ptr()
346 intdata = btf_type_int(real_type); in btf_type_is_char_array()
405 intdata = btf_type_int(type); in fetch_type_from_btf_type()
/linux/kernel/bpf/
H A Dbtf.c719 static u32 btf_type_int(const struct btf_type *t) in btf_type_int() function
867 int_data = btf_type_int(t); in btf_type_int_is_regular()
898 int_data = btf_type_int(t); in btf_member_is_reg_int()
2137 u32 int_data = btf_type_int(member_type); in btf_int_check_member()
2176 u32 int_data = btf_type_int(member_type); in btf_int_check_kflag_member()
2250 int_data = btf_type_int(t); in btf_int_check_meta()
2293 int int_data = btf_type_int(t); in btf_int_log()
2398 u32 int_data = btf_type_int(t); in btf_int_bits_show()
2416 u32 int_data = btf_type_int(t); in btf_int_show()
3037 u32 int_type = btf_type_int(elem_type); in __btf_array_show()