summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/disasm.c
Commit message (Expand)AuthorAgeFilesLines
* perf dso: Fix address sanitizer buildIan Rogers2024-08-031-5/+5
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-20/+20
* perf annotate: Update DSO binary type when trying build-idNamhyung Kim2024-04-261-0/+2
* perf annotate: Fallback disassemble to objdump when capstone failsNamhyung Kim2024-04-261-0/+14
* perf annotate: Skip DSOs not foundNamhyung Kim2024-04-121-0/+2
* perf annotate: Add symbol name when using capstoneNamhyung Kim2024-04-031-3/+71
* perf annotate: Use libcapstone to disassembleNamhyung Kim2024-04-031-0/+160
* perf annotate: Split out util/disasm.cNamhyung Kim2024-04-031-0/+1591