summaryrefslogtreecommitdiff
path: root/tools/perf/arch/s390
AgeCommit message (Expand)Author
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-11-12perf annotate: Stop using map->groups, use map_symbol->mg insteadArnaldo Carvalho de Melo
2019-11-12pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'Arnaldo Carvalho de Melo
2019-11-12perf map_groups: Pass the object to map_groups__find_ams()Arnaldo Carvalho de Melo
2019-10-10perf tools: Avoid 'sample_reg_masks' being const + weakIan Rogers
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo
2019-09-30perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo
2019-09-25perf jvmti: Include JVMTI support for s390Thomas Richter
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-08-22perf kvm s390: Add missing string.h headerArnaldo Carvalho de Melo
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2019-08-08perf annotate: Fix s390 gap between kernel end and module startThomas Richter
2019-08-08perf record: Fix module size on s390Thomas Richter
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo
2019-06-25perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376Thomas Gleixner
2019-06-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-28perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo
2019-02-14perf tools: Rename build libperf to perfJiri Olsa
2019-02-06perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo
2018-08-30perf annotate: Handle arm64 move instructionsKim Phillips
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter
2018-07-24perf kvm: Fix subcommands on s390Thomas Richter
2018-04-23perf record: Fix s390 undefined record__auxtrace_init() return valueThomas Richter
2018-04-23perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter
2018-03-21perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo
2018-03-08perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter
2018-03-08perf annotate: Fix s390 target function disassemblyThomas Richter
2018-02-19perf s390: Fix reading cpuid model informationThomas Richter
2018-02-16perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter
2018-02-16perf annotate: Scan cpuid for s390 and save machine typeThomas Richter
2018-02-16perf record: Provide detailed information on s390 CPUThomas Richter
2018-02-15perf s390: Rework system call table creation by using syscall.tblHendrik Brueckner
2018-02-15perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tblHendrik Brueckner
2017-12-27perf s390: Generate system call table from asm/unistd.hHendrik Brueckner
2017-12-18Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-12-18tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo
2017-12-12Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar