summaryrefslogtreecommitdiffstats
path: root/include/linux/btf_ids.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Include linux/types.h for u32Dmitrii Bundin2024-04-291-0/+2
* bpf: btf: Add BTF_KFUNCS_START/END macro pairDaniel Xu2024-01-311-0/+11
* bpf: btf: Support flags for BTF_SET8 setsDaniel Xu2024-01-311-4/+6
* bpf: Fix BTF_ID symbol generation collisionJiri Olsa2023-09-151-1/+1
* bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_mapAnton Protopopov2023-07-191-0/+1
* bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF againNathan Chancellor2023-03-071-1/+1
* bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-301-0/+1
* bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not setYonghong Song2022-11-231-1/+1
* bpf: Make struct cgroup btf id globalYonghong Song2022-10-251-0/+1
* bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi2022-07-221-2/+2
* bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi2022-07-211-4/+64
* bpf: per-cgroup lsm flavorStanislav Fomichev2022-06-291-1/+2
* bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-1/+2
* bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi2022-01-181-6/+7
* bpf: Introduce btf_tracing_idsSong Liu2021-11-121-1/+13
* bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu2021-11-121-3/+3
* bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu2021-08-251-0/+1
* bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-251-0/+2
* bpf: Add BTF_ID_LIST_GLOBAL_SINGLE macroDaniel Xu2021-08-251-0/+3
* bpf: af_unix: Implement BPF iterator for UNIX domain socket.Kuniyuki Iwashima2021-08-151-1/+2
* btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer2020-09-211-0/+8
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-251-1/+50
* bpf: Make btf_sock_ids globalYonghong Song2020-07-211-0/+30
* bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-211-3/+7
* bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-1/+1
* bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-0/+9
* bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2020-07-131-0/+87