summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-261-3/+7
| |\ \
| | * | libbpf: Define MFD_CLOEXEC if not availableArnaldo Carvalho de Melo2024-03-211-0/+4
| | * | libbpf: fix u64-to-pointer cast on 32-bit archesAndrii Nakryiko2024-03-191-2/+2
| | * | libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov2024-03-151-1/+1
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-275-21/+128
|\ \ \ \ | |/ / / |/| | |
| * | | libbpf: Add new sec_def "sk_skb/verdict"Yonghong Song2024-03-221-0/+1
| * | | libbpf: add support for BPF cookie for raw_tp/tp_btf programsAndrii Nakryiko2024-03-195-5/+53
| * | | libbpbpf: Check bpf_map/bpf_program fd validityMykyta Yatsenko2024-03-181-7/+52
| * | | libbpf: Skip zeroed or null fields if not found in the kernel type.Kui-Feng Lee2024-03-141-5/+19
| * | | libbpf: Prevent null-pointer dereference when prog to load has no BTFQuentin Monnet2024-03-141-4/+3
| |/ /