summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-10-10perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo1-1/+1
2024-10-10perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-10rtla: Fix the help text in osnoise and timerlat top toolsEder Zulian2-3/+3
2024-10-10perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-10perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo1-0/+2
2024-10-10selftests: vDSO: fix vdso_config for s390Heiko Carstens1-2/+2
2024-10-10selftests: vDSO: fix ELF hash table entry size for s390xJens Remus1-4/+10
2024-10-10selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand2-10/+13
2024-10-10selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy1-1/+2
2024-10-10selftests: vDSO: fix vdso_config for powerpcChristophe Leroy1-3/+3
2024-10-10selftests: vDSO: fix vDSO name for powerpcChristophe Leroy1-0/+6
2024-10-10perf callchain: Fix stitch LBR memory leaksIan Rogers3-2/+20
2024-10-10selftests: breakpoints: use remaining time to check if suspend succeedYifei Liu1-1/+4
2024-10-10selftest: hid: add missing run-hid-tools-tests.shYun Lu1-0/+2
2024-10-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu1-0/+3
2024-10-10bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu1-4/+4
2024-10-10selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh1-2/+2
2024-10-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh1-1/+1
2024-10-10tools/x86/kcpuid: Protect against faulty "max subleaf" valuesAhmed S. Darwish1-7/+5
2024-10-10selftests: netfilter: Fix nft_audit.sh for newer nft binariesPhil Sutter1-28/+29
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-10-04perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-10-04perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-04perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-10-04perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-10-04perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim10-95/+59
2024-10-04perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim3-21/+22
2024-10-04perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim4-61/+73
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers3-0/+5
2024-10-04perf mem: Free the allocated sort string, fixing a leakNamhyung Kim1-0/+1
2024-10-04selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar1-6/+6
2024-10-04selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar1-1/+15
2024-10-04selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song3-2/+2
2024-10-04selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar1-0/+4
2024-10-04selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-10-04selftests/bpf: Fix arg parsing in veristat, test_progsTony Ambardar2-6/+6
2024-10-04selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-10-04selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar1-1/+0
2024-10-04selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libcTony Ambardar1-0/+1
2024-10-04selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-10-04selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song2-0/+80
2024-10-04selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song2-22/+41
2024-10-04selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2024-10-04selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar1-0/+1