Searched refs:BTF_TRACING_TYPE (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/tools/include/linux/ |
D | btf_ids.h | 195 BTF_TRACING_TYPE(BTF_TRACING_TYPE_TASK, task_struct) \ 196 BTF_TRACING_TYPE(BTF_TRACING_TYPE_FILE, file) \ 197 BTF_TRACING_TYPE(BTF_TRACING_TYPE_VMA, vm_area_struct) 200 #define BTF_TRACING_TYPE(name, type) name, macro 202 #undef BTF_TRACING_TYPE
|
/linux-6.6.21/include/linux/ |
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
|
/linux-6.6.21/kernel/bpf/ |
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()
|