| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into perf/urgent, to pick up fixes | Ingo Molnar | 2018-10-29 | 1 | -1/+0 |
|\ |
|
| * | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-10-25 | 1 | -1/+0 |
| |\ |
|
| | * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next | Paul Mackerras | 2018-10-09 | 1 | -1/+0 |
| | |\ |
|
| | | * | KVM: PPC: Book3S: Simplify external interrupt handling | Paul Mackerras | 2018-10-09 | 1 | -1/+0 |
* | | | | perf arm64: Fix generate system call table failed with /tmp mounted with noexec | Hongxu Jia | 2018-10-19 | 1 | -1/+1 |
* | | | | perf jitdump: Add Sparc support. | David Miller | 2018-10-18 | 1 | -0/+2 |
* | | | | perf annotate: Add Sparc support | David Miller | 2018-10-18 | 1 | -0/+169 |
|/ / / |
|
* / / | perf annotate: Handle arm64 move instructions | Kim Phillips | 2018-08-30 | 2 | -3/+58 |
|/ / |
|
* | | perf probe powerpc: Ignore SyS symbols irrespective of endianness | Sandipan Das | 2018-08-30 | 1 | -1/+3 |
* | | perf arm64: Fix include path for asm-generic/unistd.h | Kim Phillips | 2018-08-30 | 2 | -5/+6 |
* | | perf tests: Add breakpoint modify tests | Jiri Olsa | 2018-08-30 | 4 | -0/+221 |
|/ |
|
* | perf arm spe: Fix uninitialized record error variable | Kim Phillips | 2018-08-14 | 1 | -0/+1 |
* | perf tools: Move syscall_64.tbl check into check-headers.sh | Jiri Olsa | 2018-08-14 | 1 | -3/+0 |
* | perf probe powerpc: Fix trace event post-processing | Sandipan Das | 2018-08-09 | 1 | -1/+3 |
* | perf auxtrace: Support for perf report -D for s390 | Thomas Richter | 2018-08-03 | 1 | -0/+1 |
* | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-08-02 | 2 | -0/+2 |
|\ |
|
| * | perf tools: Fix the build on the alpine:edge distro | Arnaldo Carvalho de Melo | 2018-07-30 | 2 | -0/+2 |
* | | perf arm64: Generate system call table from asm/unistd.h | Kim Phillips | 2018-07-24 | 2 | -0/+83 |
* | | perf powerpc: Fix callchain ip filtering when return address is in a register | Sandipan Das | 2018-07-24 | 1 | -2/+6 |
* | | perf powerpc: Fix callchain ip filtering | Sandipan Das | 2018-07-24 | 1 | -1/+1 |
* | | perf kvm: Fix subcommands on s390 | Thomas Richter | 2018-07-24 | 1 | -1/+1 |
|/ |
|
* | perf tools: Fix compilation errors on gcc8 | Jiri Olsa | 2018-07-11 | 1 | -1/+1 |
* | perf tools: Update x86's syscall_64.tbl, adding 'io_pgetevents' and 'rseq' | Arnaldo Carvalho de Melo | 2018-06-25 | 1 | -0/+2 |
* | perf report powerpc: Fix crash if callchain is empty | Sandipan Das | 2018-06-25 | 1 | -1/+1 |
* | perf annotate: Move objdump_path to struct annotation_options | Arnaldo Carvalho de Melo | 2018-06-04 | 2 | -5/+3 |
* | perf machine: Synthesize and process mmap events for x86 PTI entry trampolines | Adrian Hunter | 2018-05-23 | 2 | -0/+77 |
* | perf machine: Create maps for x86 PTI entry trampolines | Adrian Hunter | 2018-05-23 | 2 | -0/+104 |
* | perf map: Remove map_type arg from map_groups__find() | Arnaldo Carvalho de Melo | 2018-04-26 | 4 | -4/+4 |
* | perf map: Shorten map_groups__find() signature | Arnaldo Carvalho de Melo | 2018-04-26 | 4 | -4/+4 |
* | perf thread: Introduce thread__find_symbol() | Arnaldo Carvalho de Melo | 2018-04-26 | 1 | -2/+1 |
* | perf record: Fix s390 undefined record__auxtrace_init() return value | Thomas Richter | 2018-04-23 | 1 | -0/+1 |
* | perf list: Remove s390 specific strcmp_cpuid_cmp function | Thomas Richter | 2018-04-23 | 1 | -18/+0 |
* | coresight: Move to SPDX identifier | Mathieu Poirier | 2018-04-19 | 4 | -48/+4 |
* | tools/headers: Synchronize kernel ABI headers, v4.17-rc1 | Ingo Molnar | 2018-04-17 | 2 | -355/+359 |
* | perf annotate: Handle variables in 'sub', 'or' and many other instructions | Arnaldo Carvalho de Melo | 2018-04-13 | 1 | -1/+66 |
* | perf tests: Run dwarf unwind test on arm32 | Kim Phillips | 2018-04-12 | 3 | -0/+30 |
* | perf annotate: Pass function descriptor to its instruction parsing routines | Arnaldo Carvalho de Melo | 2018-03-21 | 1 | -2/+3 |
* | perf tools arm64: Add libdw DWARF post unwind support for ARM64 | Kim Phillips | 2018-03-16 | 5 | -0/+91 |
* | perf annotate: Handle s390 PC relative load and store instruction. | Thomas Richter | 2018-03-08 | 1 | -0/+63 |
* | perf annotate: Fix s390 target function disassembly | Thomas Richter | 2018-03-08 | 1 | -1/+52 |
* | perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL | Adrian Hunter | 2018-03-08 | 1 | -9/+5 |
* | perf mmap: Simplify perf_mmap__read_init() | Kan Liang | 2018-03-08 | 1 | -2/+1 |
* | perf mmap: Simplify perf_mmap__read_event() | Kan Liang | 2018-03-08 | 1 | -1/+1 |
* | perf mmap: Simplify perf_mmap__consume() | Kan Liang | 2018-03-08 | 1 | -1/+1 |
* | perf test: Switch to new perf_mmap__read_event() interface for time-to-tsc | Kan Liang | 2018-03-05 | 1 | -2/+9 |
* | perf s390: Fix reading cpuid model information | Thomas Richter | 2018-02-19 | 1 | -1/+1 |
* | perf cpuid: Introduce a platform specific cpuid compare function | Thomas Richter | 2018-02-16 | 1 | -0/+18 |
* | perf annotate: Scan cpuid for s390 and save machine type | Thomas Richter | 2018-02-16 | 1 | -1/+26 |
* | perf record: Provide detailed information on s390 CPU | Thomas Richter | 2018-02-16 | 1 | -5/+125 |
* | perf powerpc: Generate system call table from asm/unistd.h | Ravi Bangoria | 2018-02-16 | 2 | -0/+62 |