Searched refs:BTF_TRACING_TYPE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/include/linux/ |
H A D | btf_ids.h | 206 BTF_TRACING_TYPE(BTF_TRACING_TYPE_TASK, task_struct) \ 207 BTF_TRACING_TYPE(BTF_TRACING_TYPE_FILE, file) \ 208 BTF_TRACING_TYPE(BTF_TRACING_TYPE_VMA, vm_area_struct) 211 #define BTF_TRACING_TYPE(name, type) name, macro 213 #undef BTF_TRACING_TYPE
|
/openbmc/linux/include/linux/ |
H A D | btf_ids.h | 256 BTF_TRACING_TYPE(BTF_TRACING_TYPE_TASK, task_struct) \ 257 BTF_TRACING_TYPE(BTF_TRACING_TYPE_FILE, file) \ 258 BTF_TRACING_TYPE(BTF_TRACING_TYPE_VMA, vm_area_struct) 261 #define BTF_TRACING_TYPE(name, type) name, macro 263 #undef BTF_TRACING_TYPE
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 7568 #define BTF_TRACING_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL() macro 7570 #undef BTF_TRACING_TYPE in BTF_ID_LIST_GLOBAL()
|