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
/
annotate-data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
perf annotate-data: Add pr_debug_scope()
Namhyung Kim
1
-2
/
+23
2024-08-22
perf annotate-data: Copy back variable types after move
Namhyung Kim
1
-0
/
+31
2024-08-22
perf annotate-data: Update stack slot for the store
Namhyung Kim
1
-4
/
+25
2024-08-22
perf annotate-data: Update debug messages
Namhyung Kim
1
-10
/
+35
2024-08-21
perf annotate-data: Show offset and size in hex
Namhyung Kim
1
-1
/
+1
2024-08-21
perf annotate-data: Fix percpu pointer check
Namhyung Kim
1
-59
/
+63
2024-08-21
perf annotate-data: Prefer struct/union over base type
Namhyung Kim
1
-1
/
+19
2024-08-20
perf annotate-data: Set bitfield member offset and size properly
Namhyung Kim
1
-6
/
+28
2024-08-19
perf annotate-data: Update type stat at the end of find_data_type_die()
Namhyung Kim
1
-17
/
+30
2024-08-19
perf annotate-data: Check variables in every scope
Namhyung Kim
1
-17
/
+27
2024-08-19
perf annotate-data: Add is_better_type() helper
Namhyung Kim
1
-10
/
+51
2024-08-19
perf annotate-data: Add is_pointer_type() helper
Namhyung Kim
1
-9
/
+14
2024-08-19
perf annotate-data: Change return type of find_data_type_block()
Namhyung Kim
1
-59
/
+58
2024-08-19
perf annotate-data: Add variable_state_str()
Namhyung Kim
1
-15
/
+26
2024-08-19
perf annotate-data: Add 'enum type_match_result'
Namhyung Kim
1
-11
/
+25
2024-08-19
perf annotate-data: Fix off-by-one in location range check
Namhyung Kim
1
-1
/
+1
2024-08-10
perf annotate-data: Support --skip-empty option
Namhyung Kim
1
-22
/
+22
2024-08-08
perf annotate-data: Show typedef names properly
Namhyung Kim
1
-9
/
+30
2024-08-08
perf annotate: Cache debuginfo for data type profiling
Namhyung Kim
1
-13
/
+2
2024-07-31
perf annotate: Update instruction tracking for powerpc
Athira Rajeev
1
-1
/
+8
2024-07-31
perf annotate: Add "update_insn_state" callback function to handle arch speci...
Athira Rajeev
1
-383
/
+8
2024-07-31
perf annotate: Move the data structures related to register type to header file
Athira Rajeev
1
-52
/
+1
2024-05-11
perf annotate-data: Ensure the number of type histograms
Namhyung Kim
1
-1
/
+4
2024-05-07
perf annotate: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
1
-8
/
+9
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
1
-9
/
+9
2024-05-02
perf annotate-data: Check kind of stack variables
Namhyung Kim
1
-0
/
+6
2024-05-02
perf annotate-data: Handle multi regs in find_data_type_block()
Namhyung Kim
1
-11
/
+12
2024-05-02
perf annotate-data: Check memory access with two registers
Namhyung Kim
1
-5
/
+39
2024-05-02
perf annotate-data: Handle direct global variable access
Namhyung Kim
1
-12
/
+15
2024-05-02
perf annotate-data: Collect global variables in advance
Namhyung Kim
1
-2
/
+55
2024-04-16
perf annotate-data: Handle RSP if it's not the FB register
Namhyung Kim
1
-8
/
+19
2024-04-16
perf annotate-data: Improve debug message with location info
Namhyung Kim
1
-17
/
+82
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tui()
Namhyung Kim
1
-1
/
+2
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tty()
Namhyung Kim
1
-0
/
+112
2024-04-12
perf annotate-data: Do not delete non-asm lines
Namhyung Kim
1
-0
/
+6
2024-04-12
perf annotate-data: Fix global variable lookup
Namhyung Kim
1
-1
/
+3
2024-03-21
perf annotate-data: Do not retry for invalid types
Namhyung Kim
1
-35
/
+48
2024-03-21
perf annotate-data: Add a cache for global variable types
Namhyung Kim
1
-3
/
+104
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
1
-0
/
+46
2024-03-21
perf annotate-data: Handle ADD instructions
Namhyung Kim
1
-2
/
+105
2024-03-21
perf annotate-data: Support general per-cpu access
Namhyung Kim
1
-44
/
+169
2024-03-21
perf annotate-data: Track instructions with a this-cpu variable
Namhyung Kim
1
-1
/
+30
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
1
-2
/
+19
2024-03-21
perf annotate-data: Check register state for type
Namhyung Kim
1
-7
/
+81
2024-03-21
perf annotate-data: Implement instruction tracking
Namhyung Kim
1
-14
/
+209
2024-03-21
perf annotate-data: Handle call instructions
Namhyung Kim
1
-2
/
+52
2024-03-21
perf annotate-data: Handle global variable access
Namhyung Kim
1
-4
/
+42
2024-03-21
perf annotate-data: Add get_global_var_type()
Namhyung Kim
1
-14
/
+48
2024-03-21
perf annotate-data: Add update_insn_state()
Namhyung Kim
1
-3
/
+158
2024-03-21
perf annotate-data: Maintain variable type info
Namhyung Kim
1
-0
/
+173
[next]