summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-1916-111/+161
|\
| * libsubcmd: Fix memory leak in uniq()Ian Rogers2024-01-041-4/+14
| * Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2023-12-1810-57/+688
| |\
| * | libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers2023-12-181-0/+11
| * | libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers2023-12-121-0/+6
| * | libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers2023-12-125-6/+6
| * | libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-125-7/+7
| * | libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers2023-12-124-27/+51
| * | libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers2023-12-127-9/+9
| * | tools api fs: Avoid reading whole file for a 1 byte boolIan Rogers2023-11-301-9/+15
| * | tools api fs: Switch filename__read_str to use io.hIan Rogers2023-11-302-45/+22
| * | libperf: Lazily allocate/size mmap event copyIan Rogers2023-11-302-4/+19
| * | libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo2023-11-301-0/+1
* | | libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko2024-01-171-9/+66
* | | libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2024-01-171-0/+67
* | | libbpf: implement __arg_ctx fallback logicAndrii Nakryiko2024-01-031-4/+252
* | | libbpf: move BTF loading step after relocation stepAndrii Nakryiko2024-01-031-1/+1
* | | libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko2024-01-031-80/+85
* | | libbpf: use stable map placeholder FDsAndrii Nakryiko2024-01-032-38/+77
* | | libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko2024-01-031-15/+27
* | | libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko2024-01-031-1/+1
* | | libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko2024-01-031-1/+1
* | | libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang2023-12-211-0/+2
* | | libbpf: Skip DWARF sections in linker sanity checkAlyssa Ross2023-12-211-0/+3
* | | libbpf: add __arg_xxx macros for annotating global func argsAndrii Nakryiko2023-12-191-0/+3
* | | Revert BPF token-related functionalityAndrii Nakryiko2023-12-1912-741/+478
* | | libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2023-12-132-6/+21
* | | libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko2023-12-134-12/+158
* | | libbpf: wire up token_fd into feature probing logicAndrii Nakryiko2023-12-135-46/+66
* | | libbpf: move feature detection code into its own fileAndrii Nakryiko2023-12-136-466/+479
* | | libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko2023-12-133-11/+22
* | | libbpf: split feature detectors definitions from cached resultsAndrii Nakryiko2023-12-131-6/+12
* | | libbpf: Add BPF_CORE_WRITE_BITFIELD() macroDaniel Xu2023-12-131-0/+32
* | | libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elfSergei Trofimovich2023-12-081-4/+20
* | | bpf: Load vmlinux btf for any struct_ops mapDavid Vernet2023-12-081-0/+11
* | | libbpf: add BPF token support to bpf_prog_load() APIAndrii Nakryiko2023-12-062-2/+4
* | | libbpf: add BPF token support to bpf_btf_load() APIAndrii Nakryiko2023-12-062-2/+5
* | | libbpf: add BPF token support to bpf_map_create() APIAndrii Nakryiko2023-12-062-2/+7
* | | libbpf: add bpf_token_create() APIAndrii Nakryiko2023-12-063-0/+42
* | | libbpf: Add st_type argument to elf_resolve_syms_offsets functionJiri Olsa2023-11-283-4/+6
* | | libbpf: Start v1.4 development cycleEduard Zingerman2023-11-232-1/+4
* | | libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESETYonghong Song2023-11-091-5/+8
| |/ |/|
* | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-034-1/+24
|\|
| * libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-251-0/+7
| * libperf rc_check: Make implicit enabling work for GCCIan Rogers2023-10-251-1/+5
| * tools api: Avoid potential double freeIan Rogers2023-10-121-0/+1
| * perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong2023-09-122-0/+11
* | libbpf: Add link-based API for netkitDaniel Borkmann2023-10-245-0/+76
* | libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko2023-10-171-6/+10
* | libbpf: Add support for cgroup unix socket address hooksDaan De Meyer2023-10-111-0/+10