summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/disasm.c
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: LLVM-based disassemblerSteinar H. Gunderson2024-09-031-0/+193
* perf annotate: Split out read_symbol()Steinar H. Gunderson2024-09-031-34/+56
* perf annotate: Display the branch counter histogramKan Liang2024-08-141-0/+1
* perf disasm: Fix memory leak for locked operationsIan Rogers2024-08-141-0/+1
* perf annotate: Set al->data_nr using the notes->src->nr_eventsNamhyung Kim2024-08-051-4/+2
* perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo2024-08-011-186/+1
* perf annotate: Set instruction name to be used with insn-stat when using raw ...Athira Rajeev2024-07-311-5/+5
* perf annotate: Add support to use libcapstone in powerpcAthira Rajeev2024-07-311-0/+143
* perf annotate: Use capstone_init and remove open_capstone_handle from disasm.cAthira Rajeev2024-07-311-0/+2
* perf annotate: Update instruction tracking for powerpcAthira Rajeev2024-07-311-0/+3
* perf annotate: Add some of the arithmetic instructions to support instruction...Athira Rajeev2024-07-311-0/+51
* perf annotate: Add support to identify memory instructions of opcode 31 in po...Athira Rajeev2024-07-311-0/+3
* perf annotate: Add parse function for memory instructions in powerpcAthira Rajeev2024-07-311-5/+49
* perf annotate: Update parameters for reg extract functions to use raw instruc...Athira Rajeev2024-07-311-7/+12
* perf annotate: Add support to capture and parse raw instruction in powerpc us...Athira Rajeev2024-07-311-0/+102
* perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2024-07-311-1/+50
* perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev2024-07-311-0/+4
* perf dso: Fix address sanitizer buildIan Rogers2024-07-121-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