summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.h
Commit message (Expand)AuthorAgeFilesLines
* libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-181-0/+1
* libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko2019-05-241-0/+17
* libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko2019-05-241-0/+2
* bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-101-0/+3
* btf: allow to customize dedup hash table sizeAndrii Nakryiko2019-03-011-0/+1
* libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko2019-03-011-1/+1
* tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko2019-02-081-2/+0Star
* btf: expose API to work with raw btf_ext dataAndrii Nakryiko2019-02-081-0/+2
* btf: expose API to work with raw btf dataAndrii Nakryiko2019-02-081-0/+1
* btf: separate btf creation and loadingAndrii Nakryiko2019-02-081-0/+1
* tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2019-02-061-1/+1
* selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-051-0/+3
* btf: add BTF types deduplication algorithmAndrii Nakryiko2019-02-051-0/+7
* tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-041-0/+4
* tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2019-02-041-12/+12
* tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-041-5/+2Star
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-091-1/+9
* bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-091-13/+4Star
* libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-271-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-171-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-121-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-031-1/+0Star
* | 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