summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/s390/annotate
AgeCommit message (Expand)AuthorLines
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers-178/+0
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers-4/+4
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers-3/+4
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers-4/+7
2024-11-09perf disasm: Add e_machine/e_flags to struct archIan Rogers-0/+2
2024-07-31perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev-2/+3
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui-3/+0
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers-1/+1
2019-11-26perf map_symbol: Rename ms->mg to ms->mapsArnaldo Carvalho de Melo-1/+1
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo-1/+1
2019-11-12perf annotate: Stop using map->groups, use map_symbol->mg insteadArnaldo Carvalho de Melo-1/+1
2019-11-12pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'Arnaldo Carvalho de Melo-3/+3
2019-11-12perf map_groups: Pass the object to map_groups__find_ams()Arnaldo Carvalho de Melo-1/+1
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo-2/+4
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo-1/+1
2018-08-30perf annotate: Handle arm64 move instructionsKim Phillips-2/+0
2018-03-21perf annotate: Pass function descriptor to its instruction parsing routinesArnaldo Carvalho de Melo-2/+3
2018-03-08perf annotate: Handle s390 PC relative load and store instruction.Thomas Richter-0/+63
2018-03-08perf annotate: Fix s390 target function disassemblyThomas Richter-1/+52
2018-02-16perf annotate: Scan cpuid for s390 and save machine typeThomas Richter-1/+26
2017-12-05perf annotate: Fix unnecessary memory allocation for s390xThomas Richter-1/+2
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-23perf annotate: Remove arch::cpuid_parse callbackJiri Olsa-1/+3
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger-0/+30