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.h270 BTF_TRACING_TYPE(BTF_TRACING_TYPE_TASK, task_struct) \
271 BTF_TRACING_TYPE(BTF_TRACING_TYPE_FILE, file) \
272 BTF_TRACING_TYPE(BTF_TRACING_TYPE_VMA, vm_area_struct)
275 #define BTF_TRACING_TYPE(name, type) name, macro
277 #undef BTF_TRACING_TYPE
/linux/kernel/bpf/
H A Dbtf.c8738 #define BTF_TRACING_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL() macro
8740 #undef BTF_TRACING_TYPE in BTF_ID_LIST_GLOBAL()