summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate-data.h
AgeCommit message (Expand)Author
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim
2024-01-22perf annotate-data: Support global variablesNamhyung Kim
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung 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-data: Update sample histogram for typeNamhyung Kim
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim
2023-12-23perf report: Add 'type' sort keyNamhyung 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