summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Change hash_combine parameters from long to unsigned longSidong Yang6 days1-1/+1
* libbpf: Fix memory leak in bpf_program__attach_uprobe_multiJiri Olsa7 days1-6/+5
* libbpf: Stringify errno in log messages in the remaining codeMykyta Yatsenko11 days6-53/+56
* libbpf: Stringify errno in log messages in btf*.cMykyta Yatsenko11 days2-13/+16
* libbpf: Stringify errno in log messages in libbpf.cMykyta Yatsenko11 days1-200/+156
* libbpf: Introduce errstr() for stringifying errnoMykyta Yatsenko11 days2-0/+78
* libbpf: Add support for uprobe multi session attachJiri Olsa11 days3-3/+20
* bpf: Add support for uprobe multi session attachJiri Olsa11 days1-0/+1
* libbpf: start v1.6 development cycleAndrii Nakryiko2024-10-292-1/+4
* libbpf: define __uptr.Kui-Feng Lee2024-10-241-0/+1
* libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko2024-10-231-43/+40
* libbpf: Prevent compiler warnings/errorsEder Zulian2024-10-231-2/+2
* libbpf: Fix possible compiler warnings in hashmapNamhyung Kim2024-10-111-10/+10
* libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko2024-10-111-1/+1
* libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko2024-10-091-1/+1
* libbpf: Do not resolve size on duplicate FUNCsEric Long2024-10-071-0/+4
* libbpf: Add missing per-arch include pathBjörn Töpel2024-10-071-1/+2
* libbpf: Support creating light skeleton of either endiannessTony Ambardar2024-10-034-53/+139
* libbpf: Support linking bpf objects of either endiannessTony Ambardar2024-10-031-16/+62
* libbpf: Support opening bpf objects of either endiannessTony Ambardar2024-10-032-9/+52
* libbpf: Support BTF.ext loading and output in either endiannessTony Ambardar2024-10-034-57/+253
* libbpf: Fix output .symtab byte-order during linkingTony Ambardar2024-10-031-0/+2
* libbpf: Fix header comment typos for BTF.extTony Ambardar2024-10-031-2/+2
* libbpf: Improve log message formattingTony Ambardar2024-10-035-8/+8
* libbpf: Remove unneeded semicolonChen Ni2024-10-031-1/+1
* libbpf: Fix expected_attach_type set handling in program load callbackTao Chen2024-10-031-4/+8
* libbpf: Change log level of BTF loading error messageIhor Solodrai2024-10-031-4/+5
* 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-123-0/+14
* | libbpf: Fix uretprobe.multi.s programs auto attachmentJiri Olsa2024-09-101-1/+1
* | libbpf: Fix some typos in commentsYusheng Zheng2024-09-098-13/+13
* | libbpf: Fixed getting wrong return address on arm64 architectureShuyi Cheng2024-09-091-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-041-1/+8
* | libbpf: Access first syscall argument with CO-RE direct read on arm64Pu Lehui2024-09-041-2/+2
* | libbpf: Access first syscall argument with CO-RE direct read on s390Pu Lehui2024-09-041-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-151-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-291-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-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