aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller1-1/+1
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau1-1/+1
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song1-0/+69
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song1-0/+274
2018-11-20tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau1-0/+4
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov1-1/+1
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-08-06bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau1-1/+1
2018-08-02tools: bpf: fix BTF code added twice to different treesJakub Kicinski1-17/+0
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+30
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau1-4/+3
2018-07-25bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau1-18/+16
2018-07-14bpf: btf: export btf types and name by offset from libOkash Khawaja1-20/+45
2018-05-23bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau1-3/+2
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau1-1/+1
2018-04-19bpf: btf: Add BTF support to libbpfMartin KaFai Lau1-0/+374