aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-20bpf: libbpf: retry map creation without the nameStanislav Fomichev1-1/+10
2018-11-16bpf: libbpf: Fix bpf_program__next() APIMartin KaFai Lau1-14/+11
2018-11-10libbpf: add internal pin_nameStanislav Fomichev1-3/+26
2018-11-10libbpf: bpf_program__pin: add special case for instances.nr == 1Stanislav Fomichev1-0/+10
2018-11-10libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev2-23/+319
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+21
2018-10-31libbpf: Fix compile error in libbpf_attach_type_by_nameAndrey Ignatov1-6/+7
2018-10-29Merge branch 'linus' into perf/urgent, to pick up fixesIngo Molnar14-511/+845
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-511/+845
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds21-1473/+1733
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-193/+228
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2-45/+37
2018-10-19bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann1-6/+4
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2-0/+14
2018-10-19tools lib subcmd: Introduce OPTION_ULONGArnaldo Carvalho de Melo2-0/+21
2018-10-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-2/+2
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov4-148/+179
2018-10-16perf tools: Fix tracing_path_mount proper pathJiri Olsa1-2/+2
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend3-9/+23
2018-10-09tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2-5/+5
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a local header fileTzvetomir Stoyanov7-200/+400
2018-10-08tools lib traceevent: Separate out tep_strerror() for strerror_r() issuesSteven Rostedt (VMware)3-30/+54
2018-10-08libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov13-62/+13
2018-10-04libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2-2/+2