summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-222-3/+11
|\
| * tools build: Correct bpf fixdep dependenciesBrian Norris2024-08-052-3/+11
* | libbpf: Add bpf_object__token_fd accessorIhor Solodrai2024-09-133-0/+14
* | libbpf: Fix uretprobe.multi.s programs auto attachmentJiri Olsa2024-09-101-1/+1
* | libbpf: Fix some typos in commentsYusheng Zheng2024-09-108-13/+13
* | libbpf: Fixed getting wrong return address on arm64 architectureShuyi Cheng2024-09-101-1/+1
* | libbpf: Workaround (another) -Wmaybe-uninitialized false positiveSam James2024-09-061-2/+2
* | libbpf: fix some typos in libbpfLin Yikai2024-09-056-9/+9
* | libbpf: Fix accessing first syscall argument on RV64Pu Lehui2024-09-051-1/+8
* | libbpf: Access first syscall argument with CO-RE direct read on arm64Pu Lehui2024-09-051-2/+2
* | libbpf: Access first syscall argument with CO-RE direct read on s390Pu Lehui2024-09-051-2/+2
* | libbpf: Ensure new BTF objects inherit input endiannessTony Ambardar2024-08-301-0/+4
* | libbpf: Fix bpf_object__open_skeleton()'s mishandling of optionsAndrii Nakryiko2024-08-291-33/+19
* | libbpf: Workaround -Wmaybe-uninitialized false positiveSam James2024-08-161-0/+3
* | libbpf: Fix license for btf_relocate.cAlan Maguire2024-08-121-1/+1
* | libbpf: Don't take direct pointers into BTF data from st_opsDavid Vernet2024-07-301-10/+13
|/
* libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2024-07-171-3/+5
* libbpf: improve old BPF skeleton handling for map auto-attachAndrii Nakryiko2024-07-101-12/+14
* libbpf: fix BPF skeleton forward/backward compat handlingAndrii Nakryiko2024-07-101-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-271-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-116-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-06-011-7/+3
| * libbpf: Configure log verbosity with env variableMykyta Yatsenko2024-05-292-2/+28
* | libbpf: don't close(-1) in multi-uprobe feature detectorAndrii Nakryiko2024-05-311-1/+2
* | libbpf: detect broken PID filtering logic for multi-uprobeAndrii Nakryiko2024-05-251-1/+30
|/
* 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-091-0/+1
* libbpf: improve early detection of doomed-to-fail BPF program loadingAndrii Nakryiko2024-05-081-1/+14
* libbpf: fix libbpf_strerror_r() handling unknown errorsAndrii Nakryiko2024-05-081-2/+14
* libbpf: handle yet another corner case of nulling out struct_ops programAndrii Nakryiko2024-05-081-1/+9
* libbpf: remove unnecessary struct_ops prog validity checkAndrii Nakryiko2024-05-081-10/+3
* libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi2024-05-032-47/+47
* libbpf: Fix bpf_ksym_exists() in GCCJose E. Marchesi2024-05-031-3/+14
* libbpf: fix ring_buffer__consume_n() return result logicAndrii Nakryiko2024-05-031-1/+1
* libbpf: fix potential overflow in ring__consume_n()Andrii Nakryiko2024-05-031-1/+1