Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbtf.c1132 #define btf_show_type_value(show, fmt, value) \ macro
2263 btf_show_type_value(show, "0x%llx", lower_num); in btf_int128_print()
2380 btf_show_type_value(show, "%lld", *(s64 *)safe_data); in btf_int_show()
2382 btf_show_type_value(show, "%llu", *(u64 *)safe_data); in btf_int_show()
2386 btf_show_type_value(show, "%d", *(s32 *)safe_data); in btf_int_show()
2388 btf_show_type_value(show, "%u", *(u32 *)safe_data); in btf_int_show()
2392 btf_show_type_value(show, "%d", *(s16 *)safe_data); in btf_int_show()
2394 btf_show_type_value(show, "%u", *(u16 *)safe_data); in btf_int_show()
2406 btf_show_type_value(show, "'%c'", in btf_int_show()
2412 btf_show_type_value(show, "%d", *(s8 *)safe_data); in btf_int_show()
[all …]