summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-132/+655
2022-04-27libbpf: Fix up verifier log for unguarded failed CO-RE relosAndrii Nakryiko3-4/+154
2022-04-27libbpf: Simplify bpf_core_parse_spec() signatureAndrii Nakryiko1-19/+15
2022-04-27libbpf: Refactor CO-RE relo human description formatting routineAndrii Nakryiko1-26/+38
2022-04-27libbpf: Record subprog-resolved CO-RE relocations unconditionallyAndrii Nakryiko1-15/+12
2022-04-27libbpf: Avoid joining .BTF.ext data with BPF programs by section nameAndrii Nakryiko3-29/+65
2022-04-27libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko1-2/+3
2022-04-27libbpf: Drop unhelpful "program too large" guessAndrii Nakryiko1-4/+0
2022-04-27libbpf: Fix anonymous type check in CO-RE logicAndrii Nakryiko1-1/+1
2022-04-26libbpf: Add kptr type tag macros to bpf_helpers.hKumar Kartikeya Dwivedi1-0/+7
2022-04-25libbpf: Remove unnecessary type castYuntao Wang1-1/+1
2022-04-23libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()Andrii Nakryiko2-3/+34
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+1
2022-04-21libbpf: Remove redundant non-null checks on obj_elfGaosheng Cui1-4/+2
2022-04-21libbpf: Add documentation to API functionsGrant Seltzer1-0/+76
2022-04-21libbpf: Update API functions usage to check errorGrant Seltzer1-7/+5
2022-04-21libbpf: Add error returns to two API functionsGrant Seltzer2-5/+13
2022-04-20libbpf: Support riscv USDT argument parsing logicPu Lehui1-0/+107
2022-04-20libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui3-6/+6
2022-04-19libbpf: Support opting out from autoloading BPF programs declarativelyAndrii Nakryiko1-10/+21
2022-04-14perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter1-2/+1
2022-04-12libbpf: Usdt aarch64 arg parsing supportAlan Maguire1-0/+76
2022-04-11libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernelsRunqing Yang1-1/+1
2022-04-11libbpf: Add ARC support to bpf_tracing.hVladimir Isaev1-0/+23
2022-04-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-24/+2141
2022-04-08libbpf: Use weak hidden modifier for USDT BPF-side API functionsAndrii Nakryiko1-3/+3
2022-04-08libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko1-4/+11
2022-04-08libbpf: Allow WEAK and GLOBAL bindings during BTF fixupAndrii Nakryiko1-2/+5
2022-04-08libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko1-1/+1
2022-04-08libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich1-0/+55
2022-04-08libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich1-0/+3
2022-04-08libbpf: Minor style improvements in USDT codeIlya Leoshkevich2-8/+8
2022-04-08libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko1-2/+2
2022-04-07libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai1-2/+2
2022-04-07libbpf: Improve string parsing for uprobe auto-attachAlan Maguire1-48/+33
2022-04-07libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire2-1/+12
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King1-1/+1
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko1-0/+105
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko1-1/+167
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko1-1/+581
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko6-11/+587
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko2-1/+257
2022-04-05libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich1-1/+39
2022-04-04libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang1-4/+2
2022-04-04libbpf: Add auto-attach for uprobes based on section nameAlan Maguire1-2/+72
2022-04-04libbpf: Support function name-based attach uprobesAlan Maguire2-1/+213
2022-04-04libbpf: auto-resolve programs/libraries when necessary for uprobesAlan Maguire1-1/+53
2022-04-01perf cpumap: More cpu map reuse by merge.Ian Rogers1-10/+5
2022-04-01perf cpumap: Add is_subset functionIan Rogers2-0/+21
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers2-15/+20