summaryrefslogtreecommitdiffstats
path: root/include/linux/btf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko2021-01-121-0/+3
* bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-031-0/+1
* bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-1/+4
* bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+11
* bpf: Introduce pseudo_btf_idHao Luo2020-10-021-0/+15
* bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-281-0/+2
* bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-4/+5
* bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire2020-09-281-0/+36
* bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-251-2/+1
* bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-0/+5
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-0/+5
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+13
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+34
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-0/+1
* bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-241-0/+31
* bpf: Process in-kernel BTFAlexei Starovoitov2019-10-171-0/+1
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-091-0/+1
* bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-0/+1
* bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song2018-12-181-1/+4
* bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau2018-12-141-1/+0
* bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin2018-12-121-0/+1
* bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-0/+1
* bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song2018-11-201-0/+14
* bpf: Introduce bpf_func_infoYonghong Song2018-11-201-0/+2
* bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-091-0/+2
* bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-191-0/+5
* bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-191-0/+4
* bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau2018-04-191-0/+2
* bpf: btf: Validate type referenceMartin KaFai Lau2018-04-191-0/+37