summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate-data.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf annotate-data: Add a cache for global variable typesNamhyung Kim2024-03-211-0/+7
* perf annotate-data: Add stack canary typeNamhyung Kim2024-03-211-0/+1
* perf annotate-data: Implement instruction trackingNamhyung Kim2024-03-211-0/+1
* perf annotate-data: Add get_global_var_type()Namhyung Kim2024-03-211-2/+5
* perf annotate-data: Add update_insn_state()Namhyung Kim2024-03-211-0/+2
* perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim2024-03-211-6/+32
* perf annotate-data: Support global variablesNamhyung Kim2024-01-221-2/+4
* perf annotate-data: Add stack operation pseudo typeNamhyung Kim2024-01-221-0/+1
* perf annotate-data: Handle array style accessesNamhyung Kim2024-01-221-2/+3
* perf annotate: Add --type-stat option for debuggingNamhyung Kim2023-12-241-0/+31
* perf annotate-data: Update sample histogram for typeNamhyung Kim2023-12-241-0/+42
* perf annotate-data: Add member field in the data typeNamhyung Kim2023-12-241-4/+23
* perf report: Add 'type' sort keyNamhyung Kim2023-12-241-0/+2
* perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-241-0/+9
* perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim2023-12-241-0/+40