summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2020-09-04libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko3-120/+101
2020-09-04libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko1-18/+8
2020-09-04libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko3-84/+153
2020-09-04libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko1-138/+380
2020-09-04libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko1-8/+74
2020-09-04libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko1-107/+142
2020-09-04libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko1-11/+29
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)1-1/+1
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao1-1/+1
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller20-910/+1746
2020-08-31libbpf: Support shared umems between queues and devicesMagnus Karlsson3-132/+254
2020-08-31libbpf: Fix build failure from uninitialized variable warningTony Ambardar1-1/+1
2020-08-28libbpf: Support sleepable progsAlexei Starovoitov1-1/+24
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer1-2/+2
2020-08-27libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko1-3/+5
2020-08-27libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell1-1/+1
2020-08-26bpf: Implement bpf_local_storage for inodesKP Singh1-2/+3
2020-08-25libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko1-1/+1
2020-08-25libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko1-1/+1
2020-08-22libbpf: Normalize and improve logging across few functionsAndrii Nakryiko1-50/+67
2020-08-22libbpf: Skip well-known ELF sections when iterating ELFAndrii Nakryiko1-6/+49
2020-08-22libbpf: Add __noinline macro to bpf_helpers.hAndrii Nakryiko1-0/+3
2020-08-22libbpf: Factor out common ELF operations and improve loggingAndrii Nakryiko1-161/+206
2020-08-22libbpf: Add perf_buffer APIs for better integration with outside epoll loopAndrii Nakryiko3-1/+67
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+2
2020-08-20libbpf: Fix libbpf build on compilers missing __builtin_mul_overflowAndrii Nakryiko1-0/+10
2020-08-20libbpf: Fix detection of BPF helper call instructionAndrii Nakryiko1-6/+4
2020-08-20libbpf: Fix map index used in error messageToke Høiland-Jørgensen1-1/+1
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov1-2/+5
2020-08-20libbpf: Simplify the return expression of build_map_pin_path()Xu Wang1-6/+2
2020-08-20libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko3-5/+170
2020-08-20libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko3-24/+263
2020-08-19tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko2-13/+7
2020-08-19libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko12-33/+13
2020-08-19tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2-131/+6
2020-08-19libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko6-29/+45
2020-08-19libbpf: Improve relocation ambiguity detectionAndrii Nakryiko1-46/+124
2020-08-19libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko4-129/+169
2020-08-19libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko1-18/+41
2020-08-19libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko1-0/+27
2020-08-19libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko2-20/+24
2020-08-19libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]Andrii Nakryiko1-0/+80
2020-08-19libbpf: Factor out common logic of testing and closing FDAndrii Nakryiko1-53/+17
2020-08-19libbpf: Make kernel feature probing lazyAndrii Nakryiko1-64/+86
2020-08-19libbpf: Disable -Wswitch-enum compiler warningAndrii Nakryiko1-1/+1
2020-08-19libbpf: Convert comma to semicolonXu Wang1-1/+1
2020-08-18libbpf: Fix build on ppc64le architectureAndrii Nakryiko1-1/+1
2020-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-17/+143
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-14/+17
2020-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-17/+143