aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/btf_ids.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-31bpf: btf: Add BTF_KFUNCS_START/END macro pairDaniel Xu1-0/+11
2024-01-31bpf: btf: Support flags for BTF_SET8 setsDaniel Xu1-4/+6
2023-09-15bpf: Fix BTF_ID symbol generation collisionJiri Olsa1-1/+1
2023-07-19bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov1-0/+1
2023-03-07bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF againNathan Chancellor1-1/+1
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song1-0/+1
2022-11-23bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song1-1/+1
2022-10-25bpf: Make struct cgroup btf id globalYonghong Song1-0/+1
2022-07-22bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi1-2/+2
2022-07-21bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi1-4/+64
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev1-1/+2
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-1/+2
2022-01-18bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi1-6/+7
2021-11-12bpf: Introduce btf_tracing_idsSong Liu1-1/+13
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu1-3/+3
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-0/+1
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu1-0/+2
2021-08-25bpf: Add BTF_ID_LIST_GLOBAL_SINGLE macroDaniel Xu1-0/+3
2021-08-15bpf: af_unix: Implement BPF iterator for UNIX domain socket.Kuniyuki Iwashima1-1/+2
2020-09-21btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer1-0/+8
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa1-1/+50
2020-07-21bpf: Make btf_sock_ids globalYonghong Song1-0/+30
2020-07-21bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song1-3/+7
2020-07-14bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa1-1/+1
2020-07-14bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF optionJiri Olsa1-0/+9
2020-07-13bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa1-0/+87