summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-30perf arm64: Fix include path for asm-generic/unistd.hKim Phillips2-5/+6
2018-08-30perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa1-8/+3
2018-08-30perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpointJiri Olsa1-4/+2
2018-08-30perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0Jiri Olsa1-3/+2
2018-08-30perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled setJiri Olsa1-4/+6
2018-08-30perf tests: Add breakpoint modify testsJiri Olsa4-0/+221
2018-08-30perf annotate: Properly interpret indirect callMartin Liška1-2/+8
2018-08-23Merge tag 'perf-core-for-mingo-4.19-20180820' of git://git.kernel.org/pub/scm...Ingo Molnar26-266/+256
2018-08-20tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo1-1/+1
2018-08-20tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo1-1/+2
2018-08-20perf python: Fix pyrf_evlist__read_on_cpu() interfaceJiri Olsa1-1/+19
2018-08-20perf mmap: Store real cpu number in 'struct perf_mmap'Jiri Olsa3-3/+5
2018-08-20perf tools: Remove ext from struct kmod_pathJiri Olsa3-85/+69
2018-08-20perf tools: Add gzip_is_compressed functionJiri Olsa1-2/+14
2018-08-20perf tools: Add lzma_is_compressed functionJiri Olsa1-2/+17
2018-08-20perf tools: Add is_compressed callback to compressions arrayJiri Olsa4-3/+33
2018-08-20perf tools: Move the temp file processing into decompress_kmoduleJiri Olsa1-17/+12
2018-08-20perf tools: Use compression id in decompress_kmodule()Jiri Olsa1-21/+3
2018-08-20perf tools: Store compression id into struct dsoJiri Olsa3-2/+8
2018-08-20perf tools: Add compression id into 'struct kmod_path'Jiri Olsa3-29/+33
2018-08-20perf tools: Make is_supported_compression() staticJiri Olsa2-2/+1
2018-08-20perf tools: Make decompress_to_file() function staticJiri Olsa2-2/+1
2018-08-20perf tools: Get rid of dso__needs_decompress() call in __open_dso()Jiri Olsa1-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in symbol__disassemble()Jiri Olsa1-1/+3
2018-08-20perf tools: Get rid of dso__needs_decompress() call in read_object_code()Jiri Olsa1-1/+3
2018-08-20tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)7-106/+7
2018-08-20perf llvm: Allow passing options to llc in addition to clangArnaldo Carvalho de Melo2-2/+38
2018-08-20perf parser: Improve error message for PMU address filtersJack Henschel1-10/+10
2018-08-20perf tools: Disable parallelism for 'make clean'Rasmus Villemoes1-2/+2
2018-08-18Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar72-1362/+3003
2018-08-15x86: Add entry trampolines to kcoreAdrian Hunter3-2/+28
2018-08-15kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2-1/+50
2018-08-15kallsyms: Simplify update_iter_mod()Adrian Hunter1-14/+11
2018-08-15perf auxtrace: Fix queue resizeAdrian Hunter1-0/+3
2018-08-15perf python: Remove -mcet and -fcf-protection when building with clangArnaldo Carvalho de Melo1-1/+9
2018-08-14perf arm spe: Fix uninitialized record error variableKim Phillips1-0/+1
2018-08-14perf tools: Move syscall_64.tbl check into check-headers.shJiri Olsa2-3/+3
2018-08-14perf tools: Make check-headers.sh check based on kernel dirJiri Olsa1-3/+7
2018-08-14Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds41-754/+508
2018-08-14Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds45-413/+1271
2018-08-14Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+9
2018-08-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+12
2018-08-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-225/+408
2018-08-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-7/+3
2018-08-14Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-75/+2965
2018-08-14Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-68/+120
2018-08-14Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+9
2018-08-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-22/+101
2018-08-14Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2018-08-14Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+0