summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-10-17perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo1-0/+1
2024-10-17selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() testKacper Ludwinski1-1/+1
2024-10-17tools/iio: Add memory allocation failure check for trigger_nameZhu Jun1-0/+4
2024-10-17ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan1-1/+1
2024-10-17selftests: net: Remove executable bits from library scriptsBenjamin Poirier2-0/+0
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta7-5/+20
2024-10-17perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong1-33/+61
2024-10-17perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong1-7/+8
2024-10-17perf sched: Fix memory leak in perf_sched__map()Yang Jihong1-15/+26
2024-10-17perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong1-7/+12
2024-10-17perf sched: Avoid large stack allocationsIan Rogers1-4/+22
2024-10-17perf lock: Dynamically allocate lockhash_tableIan Rogers1-4/+16
2024-10-17perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-17delayacct: improve the average delay precision of getdelay tool to microsecondWang Yong1-12/+12
2024-10-17perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-17selftests: vDSO: fix vdso_config for s390Heiko Carstens1-2/+2
2024-10-17selftests: vDSO: fix ELF hash table entry size for s390xJens Remus1-4/+10
2024-10-17selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand2-10/+13
2024-10-17selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy1-1/+2
2024-10-17selftests: vDSO: fix vdso_config for powerpcChristophe Leroy1-3/+3
2024-10-17selftests: vDSO: fix vDSO name for powerpcChristophe Leroy1-0/+6
2024-10-17selftests: breakpoints: use remaining time to check if suspend succeedYifei Liu1-1/+4
2024-10-17selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh1-2/+2
2024-10-17tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish1-7/+5
2024-10-17selftests: netfilter: Fix nft_audit.sh for newer nft binariesPhil Sutter1-28/+29
2024-10-17perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-10-17perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-10-17perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-17perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-10-17perf inject: Fix leader sampling inserting additional samplesIan Rogers3-0/+5
2024-10-17perf mem: Free the allocated sort string, fixing a leakNamhyung Kim1-0/+1
2024-10-17selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar1-1/+15
2024-10-17selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa4-66/+74
2024-10-17selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa4-49/+13
2024-10-17selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar1-0/+4
2024-10-17selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-10-17selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-10-17selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-10-17selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song2-0/+80
2024-10-17selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song2-22/+41
2024-10-17selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2024-10-17selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix missing UINT_MAX definitions in benchmarksTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.cTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar1-1/+1