summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate-data.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02perf annotate-data: Check kind of stack variablesNamhyung Kim1-0/+6
2024-05-02perf annotate-data: Handle multi regs in find_data_type_block()Namhyung Kim1-11/+12
2024-05-02perf annotate-data: Check memory access with two registersNamhyung Kim1-5/+39
2024-05-02perf annotate-data: Handle direct global variable accessNamhyung Kim1-12/+15
2024-05-02perf annotate-data: Collect global variables in advanceNamhyung Kim1-2/+55
2024-04-16perf annotate-data: Handle RSP if it's not the FB registerNamhyung Kim1-8/+19
2024-04-16perf annotate-data: Improve debug message with location infoNamhyung Kim1-17/+82
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim1-1/+2
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim1-0/+112
2024-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim1-0/+6
2024-04-12perf annotate-data: Fix global variable lookupNamhyung Kim1-1/+3
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim1-35/+48
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim1-3/+104
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim1-0/+46
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim1-2/+105
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim1-44/+169
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim1-1/+30
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim1-2/+19
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim1-7/+81
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim1-14/+209
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim1-2/+52
2024-03-21perf annotate-data: Handle global variable accessNamhyung Kim1-4/+42
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim1-14/+48
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim1-3/+158
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim1-0/+173
2024-03-21perf annotate-data: Add debug messagesNamhyung Kim1-7/+67
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim1-39/+44
2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim1-2/+2
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim1-3/+32
2024-01-22perf annotate-data: Support global variablesNamhyung Kim1-9/+29
2024-01-22perf annotate-data: Handle PC-relative addressingNamhyung Kim1-18/+38
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim1-6/+18
2023-12-24perf annotate: Add --type-stat option for debuggingNamhyung Kim1-1/+9
2023-12-24perf annotate: Add --data-type optionNamhyung Kim1-5/+3
2023-12-24perf annotate-data: Update sample histogram for typeNamhyung Kim1-0/+81
2023-12-24perf annotate-data: Add member field in the data typeNamhyung Kim1-11/+90
2023-12-24perf annotate-data: Add dso->data_types treeNamhyung Kim1-10/+85
2023-12-24perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim1-0/+164