summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter2022-04-131-2/+1
* perf cpumap: More cpu map reuse by merge.Ian Rogers2022-04-011-10/+5
* perf cpumap: Add is_subset functionIan Rogers2022-04-012-0/+21
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-012-15/+20
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-314-4/+4
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-154-4/+4
* | Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-03-278-23/+95
|\ \
| * | libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura2022-03-261-4/+4
| * | libperf: Add API for allocating new thread map arrayTzvetomir Stoyanov (VMware)2022-02-235-7/+61
| * | libperf: Rename arguments of perf_thread_map APIsTzvetomir Stoyanov (VMware)2022-02-233-12/+12
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-02-176-16/+23
| |\ \
| * | | tools lib: Introduce fdarray duplicate functionAlexey Bayduraev2022-02-102-0/+18
| | |/ | |/|
* | | Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-271-0/+38
|\ \ \
| * | | tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2022-02-201-0/+38
| |/ /
* | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2421-390/+1655
|\ \ \
| * | | libbpf: Close fd in bpf_object__reuse_mapHengqi Chen2022-03-211-1/+1
| * | | libbpf: Avoid NULL deref when initializing map BTF infoAndrii Nakryiko2022-03-201-0/+3
| * | | libbpf: Add subskeleton scaffoldingDelyan Kratunov2022-03-173-21/+149
| * | | libbpf: Init btf_{key,value}_type_id on internal map openDelyan Kratunov2022-03-171-1/+14
| * | | libbpf: .text routines are subprograms in strict modeDelyan Kratunov2022-03-172-0/+11
| * | | libbpf: Add bpf_program__attach_kprobe_multi_opts functionJiri Olsa2022-03-173-0/+184
| * | | libbpf: Add bpf_link_create support for multi kprobesJiri Olsa2022-03-172-1/+17
| * | | libbpf: Add libbpf_kallsyms_parse functionJiri Olsa2022-03-172-24/+43
| * | | libbpf: Support batch_size option to bpf_prog_test_runToke Høiland-Jørgensen2022-03-092-1/+3
| * | | libbpf: Fix array_size.cocci warningGuo Zhengkui2022-03-072-3/+4
| * | | libbpf: Unmap rings when umem deletedlic1212022-03-071-0/+11
| * | | libbpf: Support custom SEC() handlersAndrii Nakryiko2022-03-054-53/+268
| * | | libbpf: Allow BPF program auto-attach handlers to bail outAndrii Nakryiko2022-03-051-55/+85
| * | | libbpf: Add a check to ensure that page_cnt is non-zeroYuntao Wang2022-03-031-2/+2
| * | | libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai2022-03-011-0/+5
| * | | libbpf: Fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinningStijn Tintel2022-02-281-19/+25
| * | | libbpf: Simplify the find_elf_sec_sz() functionYuntao Wang2022-02-231-4/+2
| * | | libbpf: Remove redundant check in btf_fixup_datasec()Yuntao Wang2022-02-221-1/+1
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-178-129/+354
| |\ \ \
| | * | | libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko2022-02-171-3/+5
| | * | | libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez2022-02-162-7/+19
| | * | | libbpf: Split bpf_core_apply_relo()Mauricio Vásquez2022-02-163-93/+99
| | * | | libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen2022-02-121-4/+51
| | * | | libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0Andrii Nakryiko2022-02-111-1/+1
| | * | | libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov2022-02-102-21/+179
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-176-16/+23
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-102-1/+102
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-0911-41/+272
| |\ \ \
| | * | | libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko2022-02-091-1/+2
| | * | | libbpf: Add BPF_KPROBE_SYSCALL macroHengqi Chen2022-02-081-0/+35
| | * | | libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich2022-02-081-0/+6
| | * | | libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich2022-02-081-0/+6
| | * | | libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALLIlya Leoshkevich2022-02-081-8/+12
| | * | | libbpf: Fix accessing syscall arguments on riscvIlya Leoshkevich2022-02-081-0/+2
| | * | | libbpf: Fix riscv register namesIlya Leoshkevich2022-02-081-2/+2