summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo2019-11-261-1/+1
* perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-261-1/+1
* perf annotate: Stop using map->groups, use map_symbol->mg insteadArnaldo Carvalho de Melo2019-11-121-1/+1
* pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'Arnaldo Carvalho de Melo2019-11-121-3/+3
* perf map_groups: Pass the object to map_groups__find_ams()Arnaldo Carvalho de Melo2019-11-121-1/+1
* perf tools: Avoid 'sample_reg_masks' being const + weakIan Rogers2019-10-102-0/+7
* perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo2019-09-301-2/+4
* perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo2019-09-301-4/+5
* perf jvmti: Include JVMTI support for s390Thomas Richter2019-09-251-0/+1
* libperf: Move 'page_size' global variable to libperfJiri Olsa2019-09-251-1/+1
* perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo2019-09-251-0/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-1/+1
* perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo2019-08-261-0/+1
* perf kvm s390: Add missing string.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-08-121-1/+30
|\
| * perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-081-0/+17
| * perf record: Fix module size on s390Thomas Richter2019-08-081-1/+13
* | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-1/+1
* | libperf: Add nr_entries to struct perf_evlistJiri Olsa2019-07-291-1/+1
* | perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-3/+3
* | perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-292-5/+5
|/
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-092-1/+2
* perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-091-0/+1
* perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo2019-06-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376Thomas Gleixner2019-06-052-8/+2
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-021-3/+6
|\
| * perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-05-281-3/+6
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo2019-03-061-1/+1
* perf tools: Rename build libperf to perfJiri Olsa2019-02-142-7/+7
* perf kvm stat: Replace kvm-stat.h includes with forward declarationsArnaldo Carvalho de Melo2019-02-061-0/+1
* perf annotate: Handle arm64 move instructionsKim Phillips2018-08-301-2/+0
* perf auxtrace: Support for perf report -D for s390Thomas Richter2018-08-031-0/+1
* perf kvm: Fix subcommands on s390Thomas Richter2018-07-241-1/+1
* perf record: Fix s390 undefined record__auxtrace_init() return valueThomas Richter2018-04-231-0/+1
* perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter2018-04-231-18/+0
* perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo2018-03-211-2/+3
* perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter2018-03-081-0/+63
* perf annotate: Fix s390 target function disassemblyThomas Richter2018-03-081-1/+52
* perf s390: Fix reading cpuid model informationThomas Richter2018-02-191-1/+1
* perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter2018-02-161-0/+18
* perf annotate: Scan cpuid for s390 and save machine typeThomas Richter2018-02-161-1/+26
* perf record: Provide detailed information on s390 CPUThomas Richter2018-02-161-5/+125
* perf s390: Rework system call table creation by using syscall.tblHendrik Brueckner2018-02-152-14/+14
* perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tblHendrik Brueckner2018-02-151-0/+390
* perf s390: Generate system call table from asm/unistd.hHendrik Brueckner2017-12-272-0/+57
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-12-181-1/+1
|\
| * tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo2017-12-181-1/+1
* | Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar2017-12-122-3/+30
|\|