aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12perf annotate: Stop using map->groups, use map_symbol->mg insteadArnaldo Carvalho de Melo1-1/+1
2019-11-12pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'Arnaldo Carvalho de Melo1-3/+3
2019-11-12perf map_groups: Pass the object to map_groups__find_ams()Arnaldo Carvalho de Melo1-1/+1
2019-10-10perf tools: Avoid 'sample_reg_masks' being const + weakIan Rogers2-0/+7
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo1-2/+4
2019-09-30perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo1-4/+5
2019-09-25perf jvmti: Include JVMTI support for s390Thomas Richter1-0/+1
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+1
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo1-0/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-1/+1
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-08-22perf kvm s390: Add missing string.h headerArnaldo Carvalho de Melo1-0/+1
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+30
2019-08-08perf annotate: Fix s390 gap between kernel end and module startThomas Richter1-0/+17
2019-08-08perf record: Fix module size on s390Thomas Richter1-1/+13
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-3/+3
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2-5/+5
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2-1/+2
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2019-06-25perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376Thomas Gleixner2-8/+2
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+6
2019-05-28perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter1-3/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
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