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