index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate-data.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf annotate-data: Ensure the number of type histograms
Namhyung Kim
2024-05-11
1
-1
/
+4
*
perf annotate: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
2024-05-07
1
-8
/
+9
*
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-05-06
1
-9
/
+9
*
perf annotate-data: Check kind of stack variables
Namhyung Kim
2024-05-02
1
-0
/
+6
*
perf annotate-data: Handle multi regs in find_data_type_block()
Namhyung Kim
2024-05-02
1
-11
/
+12
*
perf annotate-data: Check memory access with two registers
Namhyung Kim
2024-05-02
1
-5
/
+39
*
perf annotate-data: Handle direct global variable access
Namhyung Kim
2024-05-02
1
-12
/
+15
*
perf annotate-data: Collect global variables in advance
Namhyung Kim
2024-05-02
1
-2
/
+55
*
perf annotate-data: Handle RSP if it's not the FB register
Namhyung Kim
2024-04-16
1
-8
/
+19
*
perf annotate-data: Improve debug message with location info
Namhyung Kim
2024-04-16
1
-17
/
+82
*
perf annotate-data: Add hist_entry__annotate_data_tui()
Namhyung Kim
2024-04-12
1
-1
/
+2
*
perf annotate-data: Add hist_entry__annotate_data_tty()
Namhyung Kim
2024-04-12
1
-0
/
+112
*
perf annotate-data: Do not delete non-asm lines
Namhyung Kim
2024-04-12
1
-0
/
+6
*
perf annotate-data: Fix global variable lookup
Namhyung Kim
2024-04-12
1
-1
/
+3
*
perf annotate-data: Do not retry for invalid types
Namhyung Kim
2024-03-21
1
-35
/
+48
*
perf annotate-data: Add a cache for global variable types
Namhyung Kim
2024-03-21
1
-3
/
+104
*
perf annotate-data: Add stack canary type
Namhyung Kim
2024-03-21
1
-0
/
+46
*
perf annotate-data: Handle ADD instructions
Namhyung Kim
2024-03-21
1
-2
/
+105
*
perf annotate-data: Support general per-cpu access
Namhyung Kim
2024-03-21
1
-44
/
+169
*
perf annotate-data: Track instructions with a this-cpu variable
Namhyung Kim
2024-03-21
1
-1
/
+30
*
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
2024-03-21
1
-2
/
+19
*
perf annotate-data: Check register state for type
Namhyung Kim
2024-03-21
1
-7
/
+81
*
perf annotate-data: Implement instruction tracking
Namhyung Kim
2024-03-21
1
-14
/
+209
*
perf annotate-data: Handle call instructions
Namhyung Kim
2024-03-21
1
-2
/
+52
*
perf annotate-data: Handle global variable access
Namhyung Kim
2024-03-21
1
-4
/
+42
*
perf annotate-data: Add get_global_var_type()
Namhyung Kim
2024-03-21
1
-14
/
+48
*
perf annotate-data: Add update_insn_state()
Namhyung Kim
2024-03-21
1
-3
/
+158
*
perf annotate-data: Maintain variable type info
Namhyung Kim
2024-03-21
1
-0
/
+173
*
perf annotate-data: Add debug messages
Namhyung Kim
2024-03-21
1
-7
/
+67
*
perf annotate-data: Introduce 'struct data_loc_info'
Namhyung Kim
2024-03-21
1
-39
/
+44
*
perf dwarf-aux: Remove unused pc argument
Namhyung Kim
2024-03-21
1
-2
/
+2
*
perf annotate-data: Support stack variables
Namhyung Kim
2024-01-22
1
-3
/
+32
*
perf annotate-data: Support global variables
Namhyung Kim
2024-01-22
1
-9
/
+29
*
perf annotate-data: Handle PC-relative addressing
Namhyung Kim
2024-01-22
1
-18
/
+38
*
perf annotate-data: Handle array style accesses
Namhyung Kim
2024-01-22
1
-6
/
+18
*
perf annotate: Add --type-stat option for debugging
Namhyung Kim
2023-12-23
1
-1
/
+9
*
perf annotate: Add --data-type option
Namhyung Kim
2023-12-23
1
-5
/
+3
*
perf annotate-data: Update sample histogram for type
Namhyung Kim
2023-12-23
1
-0
/
+81
*
perf annotate-data: Add member field in the data type
Namhyung Kim
2023-12-23
1
-11
/
+90
*
perf annotate-data: Add dso->data_types tree
Namhyung Kim
2023-12-23
1
-10
/
+85
*
perf annotate-data: Add find_data_type() to get type from memory access
Namhyung Kim
2023-12-23
1
-0
/
+164