aboutsummaryrefslogtreecommitdiff
path: root/include/linux/btf.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-22bpf: Introduce dynamic program extensionsGravatar Alexei Starovoitov 1-0/+5
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSGravatar Martin KaFai Lau 1-0/+13
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSGravatar Martin KaFai Lau 1-0/+34
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsGravatar Alexei Starovoitov 1-0/+1
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseGravatar Martin KaFai Lau 1-0/+31
2019-10-17bpf: Process in-kernel BTFGravatar Alexei Starovoitov 1-0/+1
2019-04-09bpf: allow for key-less BTF in array mapGravatar Daniel Borkmann 1-0/+1
2019-02-01bpf: introduce bpf_spin_lockGravatar Alexei Starovoitov 1-0/+1
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagGravatar Yonghong Song 1-1/+4
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseGravatar Martin KaFai Lau 1-1/+0
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsGravatar Roman Gushchin 1-0/+1
2018-12-09bpf: Add bpf_line_info supportGravatar Martin KaFai Lau 1-0/+1
2018-11-20bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedGravatar Yonghong Song 1-0/+14
2018-11-20bpf: Introduce bpf_func_infoGravatar Yonghong Song 1-0/+2
2018-05-09bpf: btf: Introduce BTF IDGravatar Martin KaFai Lau 1-0/+2
2018-04-19bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdGravatar Martin KaFai Lau 1-0/+5
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandGravatar Martin KaFai Lau 1-0/+4
2018-04-19bpf: btf: Add pretty print capability for data with BTF type infoGravatar Martin KaFai Lau 1-0/+2
2018-04-19bpf: btf: Validate type referenceGravatar Martin KaFai Lau 1-0/+37