summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-03-23kselftest/vm: fix tests build with old libcChengming Zhou1-0/+1
2022-03-16selftests/memfd: clean up mapping in mfd_fail_writeMike Kravetz1-0/+1
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)1-1/+1
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2
2022-02-23selftests/zram: Adapt the situation that /dev/zram0 is being usedYang Xu4-63/+66
2022-02-23selftests/zram01.sh: Fix compression ratio calculationYang Xu1-22/+8
2022-02-23selftests/zram: Skip max_comp_streams interface on newer kernelYang Xu1-0/+24
2021-10-09usb: testusb: Fix for showing the connection speedFaizel K B1-6/+8
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-28perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-20selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev1-2/+0
2021-07-20selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen1-1/+2
2021-06-16perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1
2021-06-03perf jevents: Fix getting maximum number of fdsFelix Fietkau1-1/+1
2021-06-03tweewide: Fix most Shebang linesFinn Behrens6-6/+6
2021-05-22selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song1-0/+4
2021-05-22perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo1-1/+1
2021-04-28ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz1-3/+0
2021-04-16perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo1-4/+3
2021-03-30perf auxtrace: Fix auxtrace queue conflictAdrian Hunter1-4/+0
2021-03-11usbip: tools: fix build error for multiple definitionAntonio Borneo1-1/+1
2021-03-03perf test: Fix unaligned access in sample parsing testNamhyung Kim1-1/+1
2021-03-03perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter1-0/+3
2021-03-03perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo1-0/+2
2021-02-10objtool: Don't fail on missing symbol tableJosh Poimboeuf1-2/+5
2020-12-29perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai1-1/+1
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu1-0/+15
2020-12-02perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu1-0/+8
2020-12-02perf event: Check ref_reloc_sym before using itIgor Lubashev1-3/+4
2020-11-24perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan1-1/+1
2020-11-18perf tools: Add missing swap for ino_generationJiri Olsa1-0/+1
2020-10-29perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter1-4/+4
2020-10-14perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala1-1/+3
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-10-01selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski1-0/+1
2020-10-01perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter1-0/+7
2020-10-01perf util: Fix memory leak of prefix_if_not_inXie XiuQi1-1/+1
2020-10-01tools: gpio-hammer: Avoid potential overflow in mainGabriel Ravier1-1/+16
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim3-0/+13
2020-09-12perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2-0/+8
2020-09-03selftests/powerpc: Purge extra count_pmc() calls of ebb selftestsDesnes A. Nunes do Rosario11-26/+0
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-21selftests/powerpc: Fix online CPU selectionSandipan Das1-12/+25
2020-08-21selftests/powerpc: Fix CPU affinity for child processHarish1-5/+16
2020-08-21tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon1-0/+1
2020-07-31perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2020-07-31perf tools: Fix snprint warnings for gcc 8Jiri Olsa6-19/+19
2020-07-31perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo1-5/+12
2020-07-31perf probe: Fix to check blacklist address correctlyMasami Hiramatsu1-6/+15