summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2025-01-24Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...Linus Torvalds-103/+48
2025-01-17libbpf: Work around kernel inconsistently stripping '.llvm.' suffixAndrii Nakryiko-1/+25
2025-01-16libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDEDPu Lehui-1/+1
2025-01-16libbpf: Fix return zero when elf_begin failedPu Lehui-0/+1
2025-01-10libbpf: Add unique_match option for multi kprobeYonghong Song-2/+15
2024-12-30libbpf: Set MFD_NOEXEC_SEAL when creating memfdDaniel Xu-1/+13
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-2/+16
2024-12-13libbpf: prog load: Allow to use fd_array_cntAnton Protopopov-2/+6
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-2/+16
2024-12-12libbpf: Extend linker API to support in-memory ELF filesAlastair Robertson-21/+150
2024-12-12libbpf: Pull file-opening logic up to top-level functionsAlastair Robertson-42/+42
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark-2/+16
2024-12-09tool api fs: Correctly encode errno for read/write open failuresIan Rogers-3/+3
2024-12-09libperf cpumap: Grow array of read CPUs in smaller incrementsIan Rogers-4/+5
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers-60/+0
2024-12-09libperf cpumap: Remove use of perf_cpu_map__read()Ian Rogers-5/+6
2024-12-09libperf cpumap: Be tolerant of newline at the end of a cpumaskIan Rogers-2/+2
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers-4/+2
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer-1/+1
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan-25/+30
2024-12-05libbpf: Fix segfault due to libelf functions not setting errnoQuentin Monnet-14/+8
2024-12-02libbpf: Improve debug message when the base BTF cannot be foundBen Olson-1/+1
2024-12-02libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missingAndrii Nakryiko-1/+1
2024-11-26Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds-4/+145
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+0
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-476/+917
2024-11-16libbpf: Change hash_combine parameters from long to unsigned longSidong Yang-1/+1
2024-11-15libbpf: Fix memory leak in bpf_program__attach_uprobe_multiJiri Olsa-6/+5
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-1/+5
2024-11-13libsubcmd: Move va_end() before exitLuo Yifan-1/+1
2024-11-11libbpf: Stringify errno in log messages in the remaining codeMykyta Yatsenko-53/+56
2024-11-11libbpf: Stringify errno in log messages in btf*.cMykyta Yatsenko-13/+16
2024-11-11libbpf: Stringify errno in log messages in libbpf.cMykyta Yatsenko-200/+156
2024-11-11libbpf: Introduce errstr() for stringifying errnoMykyta Yatsenko-0/+78
2024-11-11libbpf: Add support for uprobe multi session attachJiri Olsa-3/+20
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa-0/+1
2024-11-11Merge back thermal control material for 6.13Rafael J. Wysocki-26/+279
2024-11-08tools api io: Ensure line_len_out is always initializedIan Rogers-0/+1
2024-11-05tools/lib/list_sort: remove unnecessary header includesKuan-Wei Chiu-2/+0
2024-11-04tools/lib/thermal: Remove the thermal.h soft link when doing make cleanzhang jiao-1/+3
2024-11-04tools/lib/thermal: Fix sampling handler context ptrEmil Dahl Juhl-0/+2
2024-10-29libbpf: start v1.6 development cycleAndrii Nakryiko-1/+4
2024-10-28tools subcmd: Add non-waitpid check_if_command_finished()Ian Rogers-0/+33
2024-10-24libbpf: define __uptr.Kui-Feng Lee-0/+1
2024-10-24thermal/lib: Fix memory leak on error in thermal_genl_auto()Daniel Lezcano-4/+7
2024-10-24tools/lib/thermal: Add the threshold netlink ABIDaniel Lezcano-14/+241
2024-10-24tools/lib/thermal: Make more generic the command encoding functionDaniel Lezcano-9/+32
2024-10-23libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko-43/+40
2024-10-23libsubcmd: Silence compiler warningEder Zulian-1/+1
2024-10-23libbpf: Prevent compiler warnings/errorsEder Zulian-2/+2