summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-26libbpf: Fix up verifier log for unguarded failed CO-RE relosAndrii Nakryiko
2022-04-26libbpf: Simplify bpf_core_parse_spec() signatureAndrii Nakryiko
2022-04-26libbpf: Refactor CO-RE relo human description formatting routineAndrii Nakryiko
2022-04-26libbpf: Record subprog-resolved CO-RE relocations unconditionallyAndrii Nakryiko
2022-04-26libbpf: Avoid joining .BTF.ext data with BPF programs by section nameAndrii Nakryiko
2022-04-26libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko
2022-04-26libbpf: Drop unhelpful "program too large" guessAndrii Nakryiko
2022-04-26libbpf: Fix anonymous type check in CO-RE logicAndrii Nakryiko
2022-04-25libbpf: Add kptr type tag macros to bpf_helpers.hKumar Kartikeya Dwivedi
2022-04-25libbpf: Remove unnecessary type castYuntao Wang
2022-04-23libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()Andrii Nakryiko
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-21libbpf: Remove redundant non-null checks on obj_elfGaosheng Cui
2022-04-21libbpf: Add documentation to API functionsGrant Seltzer
2022-04-21libbpf: Update API functions usage to check errorGrant Seltzer
2022-04-21libbpf: Add error returns to two API functionsGrant Seltzer
2022-04-19libbpf: Support riscv USDT argument parsing logicPu Lehui
2022-04-19libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui
2022-04-19libbpf: Support opting out from autoloading BPF programs declarativelyAndrii Nakryiko
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter
2022-04-11libbpf: Usdt aarch64 arg parsing supportAlan Maguire
2022-04-10libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernelsRunqing Yang
2022-04-10libbpf: Add ARC support to bpf_tracing.hVladimir Isaev
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-08libbpf: Use weak hidden modifier for USDT BPF-side API functionsAndrii Nakryiko
2022-04-08libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko
2022-04-08libbpf: Allow WEAK and GLOBAL bindings during BTF fixupAndrii Nakryiko
2022-04-08libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko
2022-04-08libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich
2022-04-07libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich
2022-04-07libbpf: Minor style improvements in USDT codeIlya Leoshkevich
2022-04-07libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko
2022-04-07libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai
2022-04-07libbpf: Improve string parsing for uprobe auto-attachAlan Maguire
2022-04-07libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko
2022-04-04libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich
2022-04-03libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang
2022-04-03libbpf: Add auto-attach for uprobes based on section nameAlan Maguire
2022-04-03libbpf: Support function name-based attach uprobesAlan Maguire
2022-04-03libbpf: auto-resolve programs/libraries when necessary for uprobesAlan Maguire
2022-04-01perf cpumap: More cpu map reuse by merge.Ian Rogers
2022-04-01perf cpumap: Add is_subset functionIan Rogers
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers