summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate-data.c
AgeCommit message (Expand)AuthorFilesLines
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