summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-261-0/+20
|\
| * radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang2024-07-101-0/+20
* | Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-3/+5
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-251-3/+5
| |\ \
| | * | libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2024-07-171-3/+5
* | | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | tools/lib/list_sort: remove redundant code for cond_resched handlingKuan-Wei Chiu2024-06-241-10/+0
| | |/ | |/|
* | | Merge tag 'perf-tools-for-v6.11-2024-07-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2024-07-182-31/+44
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'perf-tools' into perf-tools-nextNamhyung Kim2024-07-021-1/+31
| |\|
| * | perf record: Ensure space for lost samplesIan Rogers2024-06-131-0/+6
| * | tools api io: Move filling the io buffer to its own functionIan Rogers2024-05-301-31/+38
* | | libbpf: improve old BPF skeleton handling for map auto-attachAndrii Nakryiko2024-07-091-12/+14
* | | libbpf: fix BPF skeleton forward/backward compat handlingAndrii Nakryiko2024-07-091-20/+27
* | | libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler2024-07-081-2/+2
* | | libbpf: Fix error handling in btf__distill_base()Alan Maguire2024-07-011-1/+1
* | | libbpf: Fix clang compilation error in btf_relocate.cAlan Maguire2024-06-261-2/+2
* | | libbpf: Skip base btf sanity checksAntoine Tenart2024-06-241-1/+1
* | | libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire2024-06-212-0/+31
* | | libbpf: Split field iter code into its own file kernelAlan Maguire2024-06-213-163/+170
* | | libbpf: BTF relocation followup fixing naming, loop logicAlan Maguire2024-06-211-41/+31
* | | libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng2024-06-211-2/+9
* | | libbpf: Make btf_parse_elf process .BTF.base transparentlyEduard Zingerman2024-06-172-54/+111
* | | libbpf: Split BTF relocationAlan Maguire2024-06-176-1/+542
* | | libbpf: Add btf__distill_base() creating split BTF with distilled base BTFAlan Maguire2024-06-173-6/+335
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-106-168/+368
|\ \ \ | |_|/ |/| |
| * | libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko2024-06-063-3/+81
| * | libbpf: Remove callback-based type/string BTF field visitor helpersAndrii Nakryiko2024-06-052-132/+0
| * | libbpf: Make use of BTF field iterator in BTF handling codeAndrii Nakryiko2024-06-051-22/+54
| * | libbpf: Make use of BTF field iterator in BPF linker codeAndrii Nakryiko2024-06-053-26/+40
| * | libbpf: Add BTF field iteratorAndrii Nakryiko2024-06-052-0/+186
| * | libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko2024-05-311-7/+3
| * | libbpf: Configure log verbosity with env variableMykyta Yatsenko2024-05-282-2/+28
| |/
* | libbpf: don't close(-1) in multi-uprobe feature detectorAndrii Nakryiko2024-05-311-1/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-271-1/+30
|\ \ | |/ |/|
| * libbpf: detect broken PID filtering logic for multi-uprobeAndrii Nakryiko2024-05-251-1/+30
* | Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds2024-05-217-41/+131
|\ \
| * | tools lib subcmd: Show parent options in helpNamhyung Kim2024-05-121-12/+24
| * | libsubcmd: Fix parse-options memory leakIan Rogers2024-05-101-3/+5
| * | perf record: Fix comment misspellingsHoward Chu2024-04-261-1/+1
| * | tools lib rbtree: Pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo2024-04-261-1/+1
| * | Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2024-04-222-4/+8
| |\ \
| * | | tools subcmd: Add check_if_command_finished()Ian Rogers2024-04-082-24/+49
| * | | libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers2024-03-211-1/+5
| * | | libperf cpumap: Add any, empty and min helpersIan Rogers2024-03-213-0/+47
* | | | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-191-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | tools lib rbtree: pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo2024-05-081-1/+1
| | |/ | |/|
* | | libbpf: fix feature detectors when using token_fdAndrii Nakryiko2024-05-152-2/+2
* | | bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi2024-05-081-0/+1
* | | libbpf: improve early detection of doomed-to-fail BPF program loadingAndrii Nakryiko2024-05-071-1/+14
* | | libbpf: fix libbpf_strerror_r() handling unknown errorsAndrii Nakryiko2024-05-071-2/+14