aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/btf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-0/+1
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov1-1/+1
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+1
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau1-0/+5
2021-03-17bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song1-0/+1
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko1-0/+3
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko1-0/+1
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-1/+4
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-0/+11
2020-10-02bpf: Introduce pseudo_btf_idHao Luo1-0/+15
2020-09-28bpf: Add bpf_seq_printf_btf helperAlan Maguire1-0/+2
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire1-4/+5
2020-09-28bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire1-0/+36
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa1-2/+1
2020-06-25bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend1-0/+5
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov1-0/+5
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-0/+13
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau1-0/+34
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-0/+1
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau1-0/+31
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov1-0/+1
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann1-0/+1
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-0/+1
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song1-1/+4
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau1-1/+0
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin1-0/+1
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-0/+1
2018-11-20bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song1-0/+14
2018-11-20bpf: Introduce bpf_func_infoYonghong Song1-0/+2
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau1-0/+2
2018-04-19bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau1-0/+5
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau1-0/+4
2018-04-19bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau1-0/+2
2018-04-19bpf: btf: Validate type referenceMartin KaFai Lau1-0/+37