summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
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
* | 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
|/
* 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
* 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-286-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-223-0/+66
| * tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-223-0/+86
| * tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-224-1/+112
| * libbpf: don't define CC and ARStanislav Fomichev2019-01-161-16/+1
* | bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-151-4/+15
|/
* selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2019-01-101-0/+1
* bpf, doc: add note for libbpf's stand-alone buildDaniel Borkmann2019-01-071-0/+14
* bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole2018-12-181-0/+1
* bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-131-5/+1
* tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-101-2/+2