index
:
pub/scm/linux/kernel/git/rt/linux-stable-rt.git
master
Linux kernel fork
RT group
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-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
2024-03-21
perf annotate-data: Add debug messages
Namhyung Kim
1
-7
/
+67
2024-03-21
perf annotate-data: Introduce 'struct data_loc_info'
Namhyung Kim
1
-39
/
+44
2024-03-21
perf dwarf-aux: Remove unused pc argument
Namhyung Kim
1
-2
/
+2
2024-01-22
perf annotate-data: Support stack variables
Namhyung Kim
1
-3
/
+32
2024-01-22
perf annotate-data: Support global variables
Namhyung Kim
1
-9
/
+29
2024-01-22
perf annotate-data: Handle PC-relative addressing
Namhyung Kim
1
-18
/
+38
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
1
-6
/
+18
2023-12-23
perf annotate: Add --type-stat option for debugging
Namhyung Kim
1
-1
/
+9
2023-12-23
perf annotate: Add --data-type option
Namhyung Kim
1
-5
/
+3
2023-12-23
perf annotate-data: Update sample histogram for type
Namhyung Kim
1
-0
/
+81
2023-12-23
perf annotate-data: Add member field in the data type
Namhyung Kim
1
-11
/
+90
2023-12-23
perf annotate-data: Add dso->data_types tree
Namhyung Kim
1
-10
/
+85
2023-12-23
perf annotate-data: Add find_data_type() to get type from memory access
Namhyung Kim
1
-0
/
+164
[prev]