summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King2023-08-161-1/+1
* perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller2023-08-111-1/+7
* perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller2023-08-111-0/+77
* perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter2023-08-111-0/+2
* perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim2023-08-111-1/+1
* selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSETAlex Maftei2023-06-211-3/+3
* selftests/memfd: Fix unknown type name build failureHardik Garg2023-05-301-0/+1
* cpupower: Make TSC read per CPU for Mperf monitorWyes Karny2023-05-301-17/+14
* perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2023-05-173-12/+15
* perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-171-1/+1
* perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring2023-05-171-2/+1
* perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2023-05-172-3/+3
* perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter2023-05-171-1/+4
* perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo2023-05-171-1/+1
* selftests: sigaltstack: fix -WuninitializedNick Desaulniers2023-04-262-6/+24
* tools/iio/iio_utils:fix memory leakYulong Zhang2023-03-111-17/+6
* ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt2023-03-111-1/+2
* tools/virtio: fix the vringh test for virtio ring changesShunsuke Mie2023-02-228-5/+45
* objtool: Add a missing comma to avoid string concatenationEric W. Biederman2023-02-061-1/+1
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-1/+2
* perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter2023-01-181-1/+1
* parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2023-01-182-18/+6
* selftests: Use optional USERCFLAGS and USERLDFLAGSMickaël Salaün2023-01-181-0/+5
* ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt2023-01-181-1/+2
* selftests/powerpc: Fix resource leaksMiaoqian Lin2023-01-181-1/+4
* perf script python: Remove explicit shebang from tests/attr.cTony Jones2023-01-181-1/+0
* libtraceevent: Fix build with binutils 2.35Ben Hutchings2023-01-181-1/+1
* rcutorture: Automatically create initrd directoryConnor Shu2022-12-142-0/+68
* tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"Tiezhu Yang2022-12-081-2/+2
* selftests/futex: fix build for clangRicardo Cañuelo2022-11-251-4/+2
* tools: iio: iio_utils: fix digit calculationMatti Vaittinen2022-11-031-0/+4
* x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-11-011-0/+1
* perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-261-2/+7
* selftests: Fix the if conditions of in test_extra_filter()Wang Yufen2022-10-261-1/+1
* perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter2022-09-281-5/+2
* bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2022-09-151-8/+8
* selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev2022-09-151-13/+14
* tools build: Switch to new openssl API for test-libcryptoRoberto Sassu2022-08-251-4/+11
* tools/thermal: Fix possible path truncationsFlorian Fainelli2022-08-251-11/+13
* genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo2022-08-251-1/+5
* selftests: timers: clocksource-switch: fix passing errors from childWolfram Sang2022-08-251-3/+3
* selftests: timers: valid-adjtimex: build fix for newer toolchainsWolfram Sang2022-08-251-1/+1
* thermal/tools/tmon: Include pthread and time headers in tmon.hMarkus Mayer2022-08-251-0/+3
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-141-2/+2
* perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing2022-06-141-1/+1
* perf c2c: Use stdio interface if slang is not supportedLeo Yan2022-06-141-2/+4
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-251-1/+1
* tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo2022-04-201-1/+1
* selftests/x86: Add validity check and allow field splittingMuhammad Usama Anjum2022-04-201-1/+1
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-231-1/+1