summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-17libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko
2024-01-17libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko
2024-01-04libsubcmd: Fix memory leak in uniq()Ian Rogers
2024-01-03libbpf: implement __arg_ctx fallback logicAndrii Nakryiko
2024-01-03libbpf: move BTF loading step after relocation stepAndrii Nakryiko
2024-01-03libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko
2024-01-03libbpf: use stable map placeholder FDsAndrii Nakryiko
2024-01-03libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko
2024-01-03libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko
2024-01-03libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko
2023-12-21libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang
2023-12-21libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross
2023-12-19libbpf: add __arg_xxx macros for annotating global func argsAndrii Nakryiko
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-18Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers
2023-12-13libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko
2023-12-13libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko
2023-12-13libbpf: wire up token_fd into feature probing logicAndrii Nakryiko
2023-12-13libbpf: move feature detection code into its own fileAndrii Nakryiko
2023-12-13libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko
2023-12-13libbpf: split feature detectors definitions from cached resultsAndrii Nakryiko
2023-12-13libbpf: Add BPF_CORE_WRITE_BITFIELD() macroDaniel Xu
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-12-08libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elfSergei Trofimovich
2023-12-08bpf: Load vmlinux btf for any struct_ops mapDavid Vernet
2023-12-06libbpf: add BPF token support to bpf_prog_load() APIAndrii Nakryiko
2023-12-06libbpf: add BPF token support to bpf_btf_load() APIAndrii Nakryiko
2023-12-06libbpf: add BPF token support to bpf_map_create() APIAndrii Nakryiko
2023-12-06libbpf: add bpf_token_create() APIAndrii Nakryiko
2023-11-30tools api fs: Avoid reading whole file for a 1 byte boolIan Rogers
2023-11-30tools api fs: Switch filename__read_str to use io.hIan Rogers
2023-11-30libperf: Lazily allocate/size mmap event copyIan Rogers
2023-11-30libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo
2023-11-28libbpf: Add st_type argument to elf_resolve_syms_offsets functionJiri Olsa
2023-11-23libbpf: Start v1.4 development cycleEduard Zingerman
2023-11-09libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers
2023-10-24libbpf: Add link-based API for netkitDaniel Borkmann
2023-10-17libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko
2023-10-12tools api: Avoid potential double freeIan Rogers
2023-10-11libbpf: Add support for cgroup unix socket address hooksDaan De Meyer
2023-10-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti