summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate-data.h
AgeCommit message (Expand)AuthorLines
2025-03-13perf annotate-data: Add annotated_data_type__get_member_name()Namhyung Kim-0/+13
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers-4/+4
2024-08-22perf annotate-data: Copy back variable types after moveNamhyung Kim-0/+1
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim-1/+1
2024-07-31perf annotate: Update TYPE_STATE_MAX_REGS to include max of regs in powerpcAthira Rajeev-0/+4
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev-0/+23
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev-0/+56
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim-0/+13
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim-0/+9
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim-0/+7
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim-0/+1
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim-0/+1
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim-2/+5
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim-0/+2
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim-6/+32
2024-01-22perf annotate-data: Support global variablesNamhyung Kim-2/+4
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim-0/+1
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim-2/+3
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim-0/+31
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim-0/+42
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim-4/+23
2023-12-23perf report: Add 'type' sort keyNamhyung Kim-0/+2
2023-12-23perf annotate-data: Add dso->data_types treeNamhyung Kim-0/+9
2023-12-23perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim-0/+40