Home
last modified time | relevance | path

Searched refs:BTF_SHOW_PTR_RAW (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbtf.h56 * - BTF_SHOW_PTR_RAW: show raw (unobfuscated) pointer values;
65 #define BTF_SHOW_PTR_RAW BTF_F_PTR_RAW macro
/kernel/linux/linux-6.6/include/linux/
H A Dbtf.h164 * - BTF_SHOW_PTR_RAW: show raw (unobfuscated) pointer values;
173 #define BTF_SHOW_PTR_RAW BTF_F_PTR_RAW macro
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c2468 /* It is a hashed value unless BTF_SHOW_PTR_RAW is specified */ in btf_ptr_show()
2469 if (show->flags & BTF_SHOW_PTR_RAW) in btf_ptr_show()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c2734 /* It is a hashed value unless BTF_SHOW_PTR_RAW is specified */ in btf_ptr_show()
2735 if (show->flags & BTF_SHOW_PTR_RAW) in btf_ptr_show()

Completed in 19 milliseconds