Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtf.h68 #define NR_BTF_KINDS 12 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtf.h68 #define NR_BTF_KINDS 12 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h76 #define NR_BTF_KINDS (BTF_KIND_MAX + 1) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h76 #define NR_BTF_KINDS (BTF_KIND_MAX + 1) macro
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf.c22 static const char * const btf_kind_str[NR_BTF_KINDS] = {
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c258 static const char * const btf_kind_str[NR_BTF_KINDS] = {
388 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS];
3732 static const struct btf_kind_operations * const kind_ops[NR_BTF_KINDS] = {