index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
disasm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-28
perf annotate: Use an array for the disassembler preference
Ian Rogers
1
-68
/
+15
2024-12-09
perf disasm: Return a proper error when not determining the file type
Arnaldo Carvalho de Melo
1
-1
/
+4
2024-11-13
perf disasm: Allow configuring what disassemblers to use
Arnaldo Carvalho de Melo
1
-6
/
+71
2024-11-13
perf disasm: Define stubs for the LLVM and capstone disassemblers
Arnaldo Carvalho de Melo
1
-8
/
+35
2024-11-11
perf disasm: Introduce symbol__disassemble_objdump()
Arnaldo Carvalho de Melo
1
-80
/
+88
2024-11-09
perf dwarf-regs: Add EM_HOST and EF_HOST defines
Ian Rogers
1
-0
/
+1
2024-10-24
perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()
Li Huafei
1
-1
/
+1
2024-10-24
perf disasm: Use disasm_line__free() to properly free disasm_line
Li Huafei
1
-13
/
+1
2024-10-24
perf disasm: Use disasm_line__free() to properly free disasm_line
Li Huafei
1
-1
/
+1
2024-10-18
perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
Ian Rogers
1
-2
/
+2
2024-10-17
perf disasm: Fix capstone memory leak
Ian Rogers
1
-4
/
+7
2024-09-03
perf annotate: LLVM-based disassembler
Steinar H. Gunderson
1
-0
/
+193
2024-09-03
perf annotate: Split out read_symbol()
Steinar H. Gunderson
1
-34
/
+56
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
1
-0
/
+1
2024-08-14
perf disasm: Fix memory leak for locked operations
Ian Rogers
1
-0
/
+1
2024-08-05
perf annotate: Set al->data_nr using the notes->src->nr_events
Namhyung Kim
1
-4
/
+2
2024-08-02
perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...
Arnaldo Carvalho de Melo
1
-186
/
+1
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
1
-5
/
+5
2024-07-31
perf annotate: Add support to use libcapstone in powerpc
Athira Rajeev
1
-0
/
+143
2024-07-31
perf annotate: Use capstone_init and remove open_capstone_handle from disasm.c
Athira Rajeev
1
-0
/
+2
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
1
-0
/
+3
2024-07-31
perf annotate: Add some of the arithmetic instructions to support instruction...
Athira Rajeev
1
-0
/
+51
2024-07-31
perf annotate: Add support to identify memory instructions of opcode 31 in po...
Athira Rajeev
1
-0
/
+3
2024-07-31
perf annotate: Add parse function for memory instructions in powerpc
Athira Rajeev
1
-5
/
+49
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
1
-7
/
+12
2024-07-31
perf annotate: Add support to capture and parse raw instruction in powerpc us...
Athira Rajeev
1
-0
/
+102
2024-07-31
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
1
-1
/
+50
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
1
-0
/
+4
2024-07-12
perf dso: Fix address sanitizer build
Ian Rogers
1
-5
/
+5
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-20
/
+20
2024-04-27
perf annotate: Update DSO binary type when trying build-id
Namhyung Kim
1
-0
/
+2
2024-04-27
perf annotate: Fallback disassemble to objdump when capstone fails
Namhyung Kim
1
-0
/
+14
2024-04-12
perf annotate: Skip DSOs not found
Namhyung Kim
1
-0
/
+2
2024-04-03
perf annotate: Add symbol name when using capstone
Namhyung Kim
1
-3
/
+71
2024-04-03
perf annotate: Use libcapstone to disassemble
Namhyung Kim
1
-0
/
+160
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
1
-0
/
+1591