summaryrefslogtreecommitdiff
path: root/tools/perf/util/print_insn.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev1-0/+2
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev1-3/+9
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-1/+1
2024-04-08perf script: Consolidate capstone print functionsAdrian Hunter1-69/+35
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen1-0/+52
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen1-5/+22
2024-02-21perf: util: use capstone disasm engine to show assembly instructionsChangbin Du1-0/+135