summaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-281-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-227-41/+131
|\ \
| * | tools lib subcmd: Show parent options in helpNamhyung Kim2024-05-131-12/+24
| * | libsubcmd: Fix parse-options memory leakIan Rogers2024-05-101-3/+5
| * | perf record: Fix comment misspellingsHoward Chu2024-04-271-1/+1
| * | tools lib rbtree: Pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo2024-04-271-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-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
* | | libbpf: Fix error message in attach_kprobe_multiJiri Olsa2024-05-021-1/+1
* | | libbpf: Fix error message in attach_kprobe_sessionJiri Olsa2024-05-021-1/+1
* | | libbpf: better fix for handling nulled-out struct_ops programAndrii Nakryiko2024-05-011-11/+26
* | | libbpf: support "module: Function" syntax for tracing programsViktor Malik2024-05-011-9/+26
* | | libbpf: Add kprobe session attach type name to attach_type_nameJiri Olsa2024-04-301-0/+1
* | | libbpf: Add support for kprobe session attachJiri Olsa2024-04-303-3/+41
* | | libbpf: handle nulled-out program in struct_ops correctlyAndrii Nakryiko2024-04-301-0/+1
* | | bpf_helpers.h: Define bpf_tail_call_static when building with GCCJose E. Marchesi2024-04-261-1/+3
* | | libbpf: Fix dump of subsequent char arraysQuentin Deslandes2024-04-171-0/+4