summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-275-34/+88
|\
| * bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann2019-03-241-0/+1
| * bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-241-14/+28
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-163-20/+59
| |\
| | * btf: resolve enum fwds in btf_dedupAndrii Nakryiko2019-03-141-13/+38
| | * libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson2019-03-121-4/+11
| | * libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-111-3/+10
* | | Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-223-1/+318
|\ \ \
| * | | tools lib bpf: Introduce bpf_program__get_prog_info_linear()Song Liu2019-03-193-0/+317
| * | | perf tools: Fix errors under optimization level '-Og'Changbin Du2019-03-191-1/+1
* | | | Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-221-0/+1
|\| | | | |/ / |/| |
| * | tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo2019-03-111-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-112-1/+4
|\ \ \ | |/ / |/| / | |/
| * bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov2019-03-081-0/+2
| * libbpf: force fixdep compilation at the start of the buildStanislav Fomichev2019-03-071-1/+2
* | Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-03-091-1/+1
|\ \
| * | tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-02-281-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-061-43/+135
|\| |
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-041-4/+15
| |\ \
| * | | tools: Update rbtree implementationDavidlohr Bueso2019-01-251-43/+135
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-064-8/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | lockdep/lib/tests: Test dynamic key registrationBart Van Assche2019-02-283-5/+17
| * | | lockdep/lib/tests: Fix run_tests.shBart Van Assche2019-02-281-3/+3
| | |/ | |/|
* | | btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko2019-03-011-3/+17
* | | btf: allow to customize dedup hash table sizeAndrii Nakryiko2019-03-012-17/+37
* | | libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko2019-03-011-1/+1
* | | tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter2019-03-011-1/+2
* | | tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski2019-03-011-2/+2
* | | tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-012-5/+6
* | | libbpf: add support for using AF_XDP socketsMagnus Karlsson2019-02-256-3/+951
* | | tools/libbpf: support bigger BTF data sizesAndrii Nakryiko2019-02-161-7/+8
* | | libbpf: Introduce bpf_object__btfAndrey Ignatov2019-02-153-0/+9
* | | libbpf: Introduce bpf_map__resizeAndrey Ignatov2019-02-153-0/+16
* | | tools/bpf: replace bzero with memsetAndrii Nakryiko2019-02-143-30/+28
* | | tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko2019-02-083-10/+0
* | | btf: expose API to work with raw btf_ext dataAndrii Nakryiko2019-02-083-48/+57
* | | btf: expose API to work with raw btf dataAndrii Nakryiko2019-02-083-0/+8
* | | btf: separate btf creation and loadingAndrii Nakryiko2019-02-084-25/+33
* | | tools/bpf: add log_level to bpf_load_program_attrYonghong Song2019-02-072-5/+18
* | | tools/bpf: add missing strings.h includeAndrii Nakryiko2019-02-073-0/+3
* | | tools/bpf: silence a libbpf unnecessary warningYonghong Song2019-02-051-2/+2
* | | tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2019-02-052-2/+2
* | | selftests/btf: add initial BTF dedup testsAndrii Nakryiko2019-02-053-0/+17
* | | btf: add BTF types deduplication algorithmAndrii Nakryiko2019-02-053-0/+1749
* | | btf: extract BTF type size calculationAndrii Nakryiko2019-02-051-52/+46
* | | libbpf: fix libbpf_printStanislav Fomichev2019-02-042-12/+5
* | | tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song2019-02-044-63/+87
* | | tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2019-02-042-12/+18
* | | tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-043-32/+17
* | | tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song2019-02-043-22/+9