summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-153-30/+28Star
* | | tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko2019-02-083-10/+0Star
* | | 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-082-5/+18
* | | tools/bpf: add missing strings.h includeAndrii Nakryiko2019-02-083-0/+3
* | | tools/bpf: silence a libbpf unnecessary warningYonghong Song2019-02-061-2/+2
* | | tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2019-02-062-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/+46Star
* | | libbpf: fix libbpf_printStanislav Fomichev2019-02-052-12/+5Star
* | | 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/+17Star
* | | tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song2019-02-043-22/+9Star
* | | tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song2019-02-046-70/+120
* | | libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski2019-02-013-0/+87
* | | libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski2019-02-013-0/+10
* | | libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov2019-02-013-0/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-296-19/+309
|\ \ \ | |/ / |/| |
| * | libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-2/+44
| * | tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-233-0/+66