summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix bpf_object__open_skeleton()'s mishandling of optionsAndrii Nakryiko2024-10-041-33/+19
* libbpf: Don't take direct pointers into BTF data from st_opsDavid Vernet2024-10-041-10/+13
* libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler2024-09-121-2/+2
* libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2024-08-031-3/+5
* libbpf: Skip base btf sanity checksAntoine Tenart2024-08-031-1/+1
* libbpf: Checking the btf_type kind when fixing variable offsetsDonglin Peng2024-08-031-2/+9
* libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko2024-08-031-7/+3
* 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
* | | libbpf: handle yet another corner case of nulling out struct_ops programAndrii Nakryiko2024-05-071-1/+9
* | | libbpf: remove unnecessary struct_ops prog validity checkAndrii Nakryiko2024-05-071-10/+3
* | | libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi2024-05-022-47/+47
* | | libbpf: Fix bpf_ksym_exists() in GCCJose E. Marchesi2024-05-021-3/+14
* | | libbpf: fix ring_buffer__consume_n() return result logicAndrii Nakryiko2024-05-021-1/+1
* | | libbpf: fix potential overflow in ring__consume_n()Andrii Nakryiko2024-05-021-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-291-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
* | | libbpf: Fix misaligned array closing bracketQuentin Deslandes2024-04-171-0/+1
* | | libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAPYonghong Song2024-04-103-0/+10
* | | libbpf: Add ring__consume_n / ring_buffer__consume_nAndrea Righi2024-04-063-3/+50
* | | libbpf: ringbuf: Allow to consume up to a certain amount of itemsAndrea Righi2024-04-061-7/+12
* | | libbpf: Start v1.5 development cycleAndrea Righi2024-04-062-1/+4
* | | libbpf: Use local bpf_helpers.h includeTobias Böhm2024-04-021-1/+1
* | | libbpf: Handle <orig_name>.llvm.<hash> symbol properlyYonghong Song2024-03-281-1/+20
* | | libbpf: Mark libbpf_kallsyms_parse static functionYonghong Song2024-03-282-6/+4
* | | bpf: improve error message for unsupported helperMykyta Yatsenko2024-03-281-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-281-3/+7
|\| |