aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo1-1/+1
2019-02-14perf tools: Rename build libperf to perfJiri Olsa2-7/+7
2019-02-06perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo1-0/+1
2018-08-30perf annotate: Handle arm64 move instructionsKim Phillips1-2/+0
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter1-0/+1
2018-07-24perf kvm: Fix subcommands on s390Thomas Richter1-1/+1
2018-04-23perf record: Fix s390 undefined record__auxtrace_init() return valueThomas Richter1-0/+1
2018-04-23perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter1-18/+0
2018-03-21perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo1-2/+3
2018-03-08perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter1-0/+63
2018-03-08perf annotate: Fix s390 target function disassemblyThomas Richter1-1/+52
2018-02-19perf s390: Fix reading cpuid model informationThomas Richter1-1/+1
2018-02-16perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter1-0/+18
2018-02-16perf annotate: Scan cpuid for s390 and save machine typeThomas Richter1-1/+26
2018-02-16perf record: Provide detailed information on s390 CPUThomas Richter1-5/+125
2018-02-15perf s390: Rework system call table creation by using syscall.tblHendrik Brueckner2-14/+14
2018-02-15perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tblHendrik Brueckner1-0/+390
2017-12-27perf s390: Generate system call table from asm/unistd.hHendrik Brueckner2-0/+57
2017-12-18Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2017-12-18tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2017-12-12Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar2-3/+30
2017-12-06Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15Ingo Molnar6-12/+349
2017-12-05perf s390: add regs_query_register_offset()Hendrik Brueckner2-3/+30
2017-12-05perf annotate: Fix unnecessary memory allocation for s390xThomas Richter1-1/+2
2017-11-16s390/perf: add perf register support for floating-point registersHendrik Brueckner2-1/+51
2017-11-16s390/perf: define common DWARF register string tableHendrik Brueckner3-21/+80
2017-11-16s390/perf: add support for perf_regs and libdwHeiko Carstens4-0/+108
2017-11-16s390/perf: add callback to perf to enable using AUX bufferPu Hou2-0/+120
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-23perf annotate: Remove arch::cpuid_parse callbackJiri Olsa1-1/+3
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter2-22/+0
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter1-8/+0
2017-08-11perf report: Fix module symbol adjustment for s390xThomas Richter1-0/+7
2017-07-25perf report: Fix kernel symbol adjustment for s390xThomas Richter2-0/+23
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger1-0/+30
2016-09-01perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu1-0/+8
2016-07-26perf s390: Fix 'start' address of module's mapSong Shan Gong2-0/+21
2016-01-29perf kvm/{x86,s390}: Remove const from kvm_events_tpHemant Kumar1-1/+1
2016-01-29perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar1-1/+7
2015-02-12perf build: Add arch s390 objects buildingJiri Olsa3-3/+5
2015-02-12perf build: Add arch x86 objects buildingJiri Olsa1-0/+0
2014-07-16perf kvm: Add stat support on s390Alexander Yarygin2-0/+107
2014-07-07perf tools: Allow to use cpuinfo on s390Alexander Yarygin2-0/+29
2013-03-15perf tools: Fix build on non-glibc systems due to libio.h absenceCody P Schafer1-1/+1
2011-01-05[S390] perf: add DWARF register lookup for s390Heiko Carstens2-0/+26