summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-03-08bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov
2019-03-07libbpf: force fixdep compilation at the start of the buildStanislav Fomichev
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-01btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko
2019-03-01btf: allow to customize dedup hash table sizeAndrii Nakryiko
2019-03-01libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko
2019-03-01tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter
2019-03-01tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski
2019-02-28tools lib traceevent: Fix buffer overflow in arg_evalTony Jones
2019-02-28lockdep/lib/tests: Test dynamic key registrationBart Van Assche
2019-02-28lockdep/lib/tests: Fix run_tests.shBart Van Assche
2019-02-25libbpf: add support for using AF_XDP socketsMagnus Karlsson
2019-02-16tools/libbpf: support bigger BTF data sizesAndrii Nakryiko
2019-02-15libbpf: Introduce bpf_object__btfAndrey Ignatov
2019-02-15libbpf: Introduce bpf_map__resizeAndrey Ignatov
2019-02-14tools/bpf: replace bzero with memsetAndrii Nakryiko
2019-02-08tools/bpf: remove btf__get_strings() superseded by raw data APIAndrii Nakryiko
2019-02-08btf: expose API to work with raw btf_ext dataAndrii Nakryiko
2019-02-08btf: expose API to work with raw btf dataAndrii Nakryiko
2019-02-08btf: separate btf creation and loadingAndrii Nakryiko
2019-02-07tools/bpf: add log_level to bpf_load_program_attrYonghong Song
2019-02-07tools/bpf: add missing strings.h includeAndrii Nakryiko
2019-02-05tools/bpf: silence a libbpf unnecessary warningYonghong Song
2019-02-05tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song
2019-02-05selftests/btf: add initial BTF dedup testsAndrii Nakryiko
2019-02-05btf: add BTF types deduplication algorithmAndrii Nakryiko
2019-02-05btf: extract BTF type size calculationAndrii Nakryiko
2019-02-04libbpf: fix libbpf_printStanislav Fomichev
2019-02-04tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song
2019-02-04tools/bpf: expose functions btf_ext__* as API functionsYonghong Song
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song
2019-02-04tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song
2019-02-04tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-02-01libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski
2019-02-01libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski
2019-02-01libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-25tools: Update rbtree implementationDavidlohr Bueso
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet
2019-01-16libbpf: don't define CC and ARStanislav Fomichev
2019-01-15bpf: libbpf: retry loading program on EAGAINLorenz Bauer
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds