aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05tools/bpf: silence a libbpf unnecessary warningYonghong Song1-2/+2
2019-02-05tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameterYonghong Song2-2/+2
2019-02-05selftests/btf: add initial BTF dedup testsAndrii Nakryiko3-0/+17
2019-02-05btf: add BTF types deduplication algorithmAndrii Nakryiko3-0/+1749
2019-02-05btf: extract BTF type size calculationAndrii Nakryiko1-52/+46
2019-02-04libbpf: fix libbpf_printStanislav Fomichev2-12/+5
2019-02-04tools/bpf: implement libbpf btf__get_map_kv_tids() API functionYonghong Song4-63/+87
2019-02-04tools/bpf: expose functions btf_ext__* as API functionsYonghong Song2-12/+18
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song3-32/+17
2019-02-04tools/bpf: print out btf log at LIBBPF_WARN levelYonghong Song3-22/+9
2019-02-04tools/bpf: move libbpf pr_* debug print functions to headersYonghong Song6-70/+120
2019-02-01libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski3-0/+87
2019-02-01libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski3-0/+10
2019-02-01libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov3-0/+16
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-19/+309
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song1-2/+44
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet3-0/+66
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet3-0/+86
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet4-1/+112
2019-01-16libbpf: don't define CC and ARStanislav Fomichev1-16/+1
2019-01-15bpf: libbpf: retry loading program on EAGAINLorenz Bauer1-4/+15
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev1-0/+1
2019-01-07bpf, doc: add note for libbpf's stand-alone buildDaniel Borkmann1-0/+14
2018-12-18bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole1-0/+1
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau1-5/+1
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song1-2/+2
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau4-1/+271
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau5-89/+239
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau4-177/+177
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau1-6/+6
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer3-0/+43
2018-12-03libbpf: Fix license in README.rstAndrey Ignatov1-1/+1
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2-5/+5
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2-0/+3
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller1-1/+1
2018-11-26libbpf: Document API and ABI conventionsAndrey Ignatov1-0/+139
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov1-1/+18
2018-11-26libbpf: Add version script for DSOAndrey Ignatov2-1/+124
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau2-2/+2
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov1-4/+4
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov2-6/+36
2018-11-21bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev1-1/+2
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2-11/+3
2018-11-21bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev1-0/+58
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev5-3/+56
2018-11-21bpf: fix a libbpf loader issueYonghong Song1-1/+1
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2-0/+70
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song4-15/+442
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song2-0/+8
2018-11-20tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau1-0/+4