aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/btf.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-13
|\
| * libbpf: add .BTF.ext offset relocation section loadingAndrii Nakryiko2019-08-07
| * libbpf: convert libbpf code to use new btf helpersAndrii Nakryiko2019-08-07
* | libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo2019-07-22
|/
* libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-17
* libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko2019-05-24
* libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko2019-05-24
* libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-16
* btf: add support for VAR and DATASEC in btf_dedup()Andrii Nakryiko2019-04-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-11
|\
| * bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-09
* | libbpf: fix btf_dedup equivalence check handling of different kindsAndrii Nakryiko2019-03-27
|/
* btf: resolve enum fwds in btf_dedupAndrii Nakryiko2019-03-14
* btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko2019-02-28
* btf: allow to customize dedup hash table sizeAndrii Nakryiko2019-02-28
* tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter2019-02-28
* tools/libbpf: support bigger BTF data sizesAndrii Nakryiko2019-02-16
* tools/bpf: replace bzero with memsetAndrii Nakryiko2019-02-14
* tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko2019-02-08
* btf: expose API to work with raw btf_ext dataAndrii Nakryiko2019-02-08
* btf: expose API to work with raw btf dataAndrii Nakryiko2019-02-08
* btf: separate btf creation and loadingAndrii Nakryiko2019-02-08
* tools/bpf: add missing strings.h includeAndrii Nakryiko2019-02-07
* tools/bpf: silence a libbpf unnecessary warningYonghong Song2019-02-06
* tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2019-02-05
* selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-05
* btf: add BTF types deduplication algorithmAndrii Nakryiko2019-02-05
* btf: extract BTF type size calculationAndrii Nakryiko2019-02-05
* tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-04
* tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song2019-02-04
* tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-04
* bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-09
* bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-09
* bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-05
* bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-28
* libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-26
* tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2018-11-20
* tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-20
* tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau2018-11-20
* libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-08
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-11
|\
| * bpf: btf: Change tools/lib/bpf/btf to LGPLMartin KaFai Lau2018-08-06
* | tools: bpf: fix BTF code added twice to different treesJakub Kicinski2018-08-02
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-02
|\|
| * bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-25
| * bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-25
* | bpf: btf: export btf types and name by offset from libOkash Khawaja2018-07-14
|/
* bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-23
* bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-23
* bpf: btf: Add BTF support to libbpfMartin KaFai Lau2018-04-19