summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate-data.c
AgeCommit message (Expand)Author
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim
2024-01-22perf annotate-data: Support global variablesNamhyung Kim
2024-01-22perf annotate-data: Handle PC-relative addressingNamhyung Kim
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim
2023-12-23perf annotate: Add --data-type optionNamhyung Kim
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim