index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
/
annotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-11
perf annotate: Fix segfault on sample histogram
Namhyung Kim
1
-4
/
+5
2024-05-08
perf annotate: Fix memory leak in annotated_source
Ian Rogers
1
-0
/
+6
2024-05-07
perf annotate: Fix a comment about multi_regs in extract_reg_offset function
Athira Rajeev
1
-1
/
+1
2024-05-07
perf annotate: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
1
-2
/
+2
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-9
/
+8
2024-04-27
perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...
Namhyung Kim
1
-1
/
+1
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-0
/
+3
2024-04-12
perf report: Do not collect sample histogram unnecessarily
Namhyung Kim
1
-0
/
+7
2024-04-12
perf annotate-data: Skip sample histogram for stack canary
Namhyung Kim
1
-2
/
+3
2024-04-12
perf annotate: Get rid of symbol__ensure_annotate()
Namhyung Kim
1
-12
/
+2
2024-04-12
perf annotate-data: Do not delete non-asm lines
Namhyung Kim
1
-25
/
+68
2024-04-11
perf annotate: Make sure to call symbol__annotate2() in TUI
Namhyung Kim
1
-0
/
+3
2024-04-08
perf annotate: Move 'start' field struct to 'struct annotated_source'
Namhyung Kim
1
-5
/
+5
2024-04-08
perf annotate: Move nr_events struct to 'struct annotated_source'
Namhyung Kim
1
-3
/
+3
2024-04-08
perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'
Namhyung Kim
1
-3
/
+3
2024-04-08
perf annotate: Move 'widths' struct to 'struct annotated_source'
Namhyung Kim
1
-19
/
+22
2024-04-08
perf annotate: Get rid of offsets array
Namhyung Kim
1
-23
/
+6
2024-04-08
perf annotate: Check annotation lines more efficiently
Namhyung Kim
1
-21
/
+35
2024-04-08
perf annotate: Introduce annotated_source__get_line()
Namhyung Kim
1
-5
/
+21
2024-04-08
perf annotate: Staticize some local functions
Namhyung Kim
1
-3
/
+5
2024-04-08
perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...
Namhyung Kim
1
-4
/
+6
2024-04-04
perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...
Arnaldo Carvalho de Melo
1
-1
/
+3
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
1
-1600
/
+2
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
1
-1
/
+6
2024-04-03
perf annotate: Use ins__is_xxx() if possible
Namhyung Kim
1
-4
/
+4
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
1
-0
/
+25
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
1
-0
/
+7
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
1
-4
/
+32
2024-03-21
perf annotate-data: Add get_global_var_type()
Namhyung Kim
1
-17
/
+4
2024-03-21
perf annotate-data: Add update_insn_state()
Namhyung Kim
1
-0
/
+1
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
1
-3
/
+219
2024-03-21
perf annotate-data: Introduce 'struct data_loc_info'
Namhyung Kim
1
-15
/
+15
2024-03-07
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
1
-31
/
+5
2024-03-07
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
1
-14
/
+30
2024-03-07
perf annotate: Add a hashmap for symbol histogram
Namhyung Kim
1
-2
/
+40
2024-01-22
perf annotate-data: Support global variables
Namhyung Kim
1
-2
/
+55
2024-01-22
perf annotate-data: Add stack operation pseudo type
Namhyung Kim
1
-0
/
+26
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
1
-9
/
+34
2024-01-22
perf annotate-data: Handle macro fusion on x86
Namhyung Kim
1
-1
/
+16
2024-01-22
perf annotate-data: Parse 'lock' prefix from llvm-objdump
Namhyung Kim
1
-1
/
+13
2023-12-24
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
1
-0
/
+38
2023-12-24
perf annotate: Add --type-stat option for debugging
Namhyung Kim
1
-5
/
+22
2023-12-24
perf annotate: Add --data-type option
Namhyung Kim
1
-4
/
+6
2023-12-24
perf report: Add 'typeoff' sort key
Namhyung Kim
1
-0
/
+1
2023-12-24
perf annotate-data: Update sample histogram for type
Namhyung Kim
1
-1
/
+8
2023-12-24
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
1
-0
/
+88
2023-12-24
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
1
-0
/
+107
2023-12-24
perf annotate: Factor out evsel__get_arch()
Namhyung Kim
1
-13
/
+31
2023-12-07
perf annotate: Get rid of local annotation options
Namhyung Kim
1
-2
/
+0
2023-12-07
perf annotate: Remove remaining usages of local annotation options
Namhyung Kim
1
-1
/
+1
[next]