summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/annotate/instructions.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-22perf annotate-data: Copy back variable types after moveNamhyung Kim1-0/+8
2024-08-21perf annotate-data: Fix percpu pointer checkNamhyung Kim1-0/+3
2024-08-21perf annotate-data: Fix missing constant copyNamhyung Kim1-0/+1
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev1-0/+377
2023-09-16perf annotate: Add more x86 mov instruction casesNamhyung Kim1-3/+6
2023-06-09perf annotate: Remove x86 instructions with suffixNamhyung Kim1-42/+10
2023-05-15perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86Namhyung Kim1-0/+4
2021-09-15perf annotate: Add fusion logic for AMD microarchsRavi Bangoria1-1/+27
2020-09-04perf annotate: Add 'ret' (intel disasm style) as an alias for 'retq'Arnaldo Carvalho de Melo1-0/+1
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo1-2/+4
2018-04-13perf annotate: Handle variables in 'sub', 'or' and many other instructionsArnaldo Carvalho de Melo1-1/+66
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-23perf annotate: Remove arch::cpuid_parse callbackJiri Olsa1-0/+14
2017-07-19perf annotate: Check for fused instructionsJin Yao1-0/+46
2016-11-17perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo1-0/+78