Home
last modified time | relevance | path

Searched refs:BTF_TRACING_TYPE (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/linux/
H A Dbtf_ids.h206 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/kernel/bpf/
H A Dbtf.c8236 #define BTF_TRACING_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL() macro
8238 #undef BTF_TRACING_TYPE in BTF_ID_LIST_GLOBAL()