开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
s390
/
annotate
/
instructions.c
Age
Commit message (
Expand
)
Author
2019-11-26
perf map_symbol: Rename ms->mg to ms->maps
Arnaldo Carvalho de Melo
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-12
perf annotate: Stop using map->groups, use map_symbol->mg instead
Arnaldo Carvalho de Melo
2019-11-12
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
2019-11-12
perf map_groups: Pass the object to map_groups__find_ams()
Arnaldo Carvalho de Melo
2019-09-30
perf annotate: Fix arch specific ->init() failure errors
Arnaldo Carvalho de Melo
2019-03-06
perf annotate: Calculate the max instruction name, align column to that
Arnaldo Carvalho de Melo
2018-08-30
perf annotate: Handle arm64 move instructions
Kim Phillips
2018-03-21
perf annotate: Pass function descriptor to its instruction parsing routines
Arnaldo Carvalho de Melo
2018-03-08
perf annotate: Handle s390 PC relative load and store instruction.
Thomas Richter
2018-03-08
perf annotate: Fix s390 target function disassembly
Thomas Richter
2018-02-16
perf annotate: Scan cpuid for s390 and save machine type
Thomas Richter
2017-12-05
perf annotate: Fix unnecessary memory allocation for s390x
Thomas Richter
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-23
perf annotate: Remove arch::cpuid_parse callback
Jiri Olsa
2017-04-11
perf annotate s390: Implement jump types for perf annotate
Christian Borntraeger