summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate-data.c
AgeCommit message (Expand)Author
2024-05-11perf annotate-data: Ensure the number of type histogramsNamhyung Kim
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-05-02perf annotate-data: Check kind of stack variablesNamhyung Kim
2024-05-02perf annotate-data: Handle multi regs in find_data_type_block()Namhyung Kim
2024-05-02perf annotate-data: Check memory access with two registersNamhyung Kim
2024-05-02perf annotate-data: Handle direct global variable accessNamhyung Kim
2024-05-02perf annotate-data: Collect global variables in advanceNamhyung Kim
2024-04-16perf annotate-data: Handle RSP if it's not the FB registerNamhyung Kim
2024-04-16perf annotate-data: Improve debug message with location infoNamhyung Kim
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-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim
2024-04-12perf annotate-data: Fix global variable lookupNamhyung Kim
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung 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: Handle ADD instructionsNamhyung Kim
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim
2024-03-21perf annotate-data: Handle global variable accessNamhyung 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: Maintain variable type infoNamhyung Kim
2024-03-21perf annotate-data: Add debug messagesNamhyung Kim
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim
2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim
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