summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark
2024-12-09tool api fs: Correctly encode errno for read/write open failuresIan Rogers
2024-12-09libperf cpumap: Grow array of read CPUs in smaller incrementsIan Rogers
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers
2024-12-09libperf cpumap: Remove use of perf_cpu_map__read()Ian Rogers
2024-12-09libperf cpumap: Be tolerant of newline at the end of a cpumaskIan Rogers
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan
2024-11-26Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-11-16libbpf: Change hash_combine parameters from long to unsigned longSidong Yang
2024-11-15libbpf: Fix memory leak in bpf_program__attach_uprobe_multiJiri Olsa
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-11-13libsubcmd: Move va_end() before exitLuo Yifan
2024-11-11libbpf: Stringify errno in log messages in the remaining codeMykyta Yatsenko
2024-11-11libbpf: Stringify errno in log messages in btf*.cMykyta Yatsenko
2024-11-11libbpf: Stringify errno in log messages in libbpf.cMykyta Yatsenko
2024-11-11libbpf: Introduce errstr() for stringifying errnoMykyta Yatsenko
2024-11-11libbpf: Add support for uprobe multi session attachJiri Olsa
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa
2024-11-11Merge back thermal control material for 6.13Rafael J. Wysocki
2024-11-08tools api io: Ensure line_len_out is always initializedIan Rogers
2024-11-05tools/lib/list_sort: remove unnecessary header includesKuan-Wei Chiu
2024-11-04tools/lib/thermal: Remove the thermal.h soft link when doing make cleanzhang jiao
2024-11-04tools/lib/thermal: Fix sampling handler context ptrEmil Dahl Juhl
2024-10-29libbpf: start v1.6 development cycleAndrii Nakryiko
2024-10-28tools subcmd: Add non-waitpid check_if_command_finished()Ian Rogers
2024-10-24libbpf: define __uptr.Kui-Feng Lee
2024-10-24thermal/lib: Fix memory leak on error in thermal_genl_auto()Daniel Lezcano
2024-10-24tools/lib/thermal: Add the threshold netlink ABIDaniel Lezcano
2024-10-24tools/lib/thermal: Make more generic the command encoding functionDaniel Lezcano
2024-10-23libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko
2024-10-23libsubcmd: Silence compiler warningEder Zulian
2024-10-23libbpf: Prevent compiler warnings/errorsEder Zulian
2024-10-14Merge tag 'v6.12-rc3' into perf-tools-nextNamhyung Kim
2024-10-11libbpf: Fix possible compiler warnings in hashmapNamhyung Kim
2024-10-11libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko
2024-10-09libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko
2024-10-07libbpf: Do not resolve size on duplicate FUNCsEric Long
2024-10-07libbpf: Add missing per-arch include pathBjörn Töpel
2024-10-03libbpf: Support creating light skeleton of either endiannessTony Ambardar
2024-10-03libbpf: Support linking bpf objects of either endiannessTony Ambardar
2024-10-03libbpf: Support opening bpf objects of either endiannessTony Ambardar
2024-10-03libbpf: Support BTF.ext loading and output in either endiannessTony Ambardar
2024-10-03libbpf: Fix output .symtab byte-order during linkingTony Ambardar
2024-10-03libbpf: Fix header comment typos for BTF.extTony Ambardar
2024-10-03libbpf: Improve log message formattingTony Ambardar