Searched refs:BTF_TRACING_TYPE (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/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
|
| /linux-6.15/include/linux/ |
| H A D | btf_ids.h | 271 BTF_TRACING_TYPE(BTF_TRACING_TYPE_TASK, task_struct) \ 272 BTF_TRACING_TYPE(BTF_TRACING_TYPE_FILE, file) \ 273 BTF_TRACING_TYPE(BTF_TRACING_TYPE_VMA, vm_area_struct) 276 #define BTF_TRACING_TYPE(name, type) name, macro 278 #undef BTF_TRACING_TYPE
|
| /linux-6.15/kernel/bpf/ |
| H A D | btf.c | 8357 #define BTF_TRACING_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL() macro 8359 #undef BTF_TRACING_TYPE in BTF_ID_LIST_GLOBAL()
|