summaryrefslogtreecommitdiff
path: root/tools/perf/util/print_insn.c
AgeCommit message (Expand)Author
2024-07-31perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev
2024-07-31perf annotate: Make capstone_init non-static so that it can be used during sy...Athira Rajeev
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-08perf script: Consolidate capstone print functionsAdrian Hunter
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen
2024-02-20perf: util: use capstone disasm engine to show assembly instructionsChangbin Du