summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate-data.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim1-0/+13
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim1-0/+9
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim1-0/+7
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim1-0/+1
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim1-0/+1
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim1-2/+5
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim1-0/+2
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim1-6/+32
2024-01-22perf annotate-data: Support global variablesNamhyung Kim1-2/+4
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim1-0/+1
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim1-2/+3
2023-12-24perf annotate: Add --type-stat option for debuggingNamhyung Kim1-0/+31
2023-12-24perf annotate-data: Update sample histogram for typeNamhyung Kim1-0/+42
2023-12-24perf annotate-data: Add member field in the data typeNamhyung Kim1-4/+23
2023-12-24perf report: Add 'type' sort keyNamhyung Kim1-0/+2
2023-12-24perf annotate-data: Add dso->data_types treeNamhyung Kim1-0/+9
2023-12-24perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim1-0/+40