summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/btf.h
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-261-1/+1
* libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev2018-11-211-0/+8
* tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2018-11-201-0/+1
* tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-201-0/+50
* libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-161-8/+14
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-081-1/+1
* libbpf: Make include guards consistentAndrey Ignatov2018-10-041-3/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-111-1/+1
|\
| * bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-061-1/+1
* | tools: bpf: fix BTF code added twice to different treesJakub Kicinski2018-08-021-1/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-4/+6
|\ \ | |/
| * bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-251-0/+2
| * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-251-4/+4
* | bpf: btf: export btf types and name by offset from libOkash Khawaja2018-07-141-0/+3
|/
* bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-191-0/+22