summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate-data.c
Commit message (Expand)AuthorAgeFilesLines
* perf annotate-data: Ensure the number of type histogramsNamhyung Kim2024-05-111-1/+4
* perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo2024-05-071-8/+9
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-9/+9
* perf annotate-data: Check kind of stack variablesNamhyung Kim2024-05-021-0/+6
* perf annotate-data: Handle multi regs in find_data_type_block()Namhyung Kim2024-05-021-11/+12
* perf annotate-data: Check memory access with two registersNamhyung Kim2024-05-021-5/+39
* perf annotate-data: Handle direct global variable accessNamhyung Kim2024-05-021-12/+15
* perf annotate-data: Collect global variables in advanceNamhyung Kim2024-05-021-2/+55
* perf annotate-data: Handle RSP if it's not the FB registerNamhyung Kim2024-04-161-8/+19
* perf annotate-data: Improve debug message with location infoNamhyung Kim2024-04-161-17/+82
* perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim2024-04-121-1/+2
* perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim2024-04-121-0/+112
* perf annotate-data: Do not delete non-asm linesNamhyung Kim2024-04-121-0/+6
* perf annotate-data: Fix global variable lookupNamhyung Kim2024-04-121-1/+3
* perf annotate-data: Do not retry for invalid typesNamhyung Kim2024-03-211-35/+48
* perf annotate-data: Add a cache for global variable typesNamhyung Kim2024-03-211-3/+104
* perf annotate-data: Add stack canary typeNamhyung Kim2024-03-211-0/+46
* perf annotate-data: Handle ADD instructionsNamhyung Kim2024-03-211-2/+105
* perf annotate-data: Support general per-cpu accessNamhyung Kim2024-03-211-44/+169
* perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim2024-03-211-1/+30
* perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim2024-03-211-2/+19
* perf annotate-data: Check register state for typeNamhyung Kim2024-03-211-7/+81
* perf annotate-data: Implement instruction trackingNamhyung Kim2024-03-211-14/+209
* perf annotate-data: Handle call instructionsNamhyung Kim2024-03-211-2/+52
* perf annotate-data: Handle global variable accessNamhyung Kim2024-03-211-4/+42
* perf annotate-data: Add get_global_var_type()Namhyung Kim2024-03-211-14/+48
* perf annotate-data: Add update_insn_state()Namhyung Kim2024-03-211-3/+158
* perf annotate-data: Maintain variable type infoNamhyung Kim2024-03-211-0/+173
* perf annotate-data: Add debug messagesNamhyung Kim2024-03-211-7/+67
* perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim2024-03-211-39/+44
* perf dwarf-aux: Remove unused pc argumentNamhyung Kim2024-03-211-2/+2
* perf annotate-data: Support stack variablesNamhyung Kim2024-01-221-3/+32
* perf annotate-data: Support global variablesNamhyung Kim2024-01-221-9/+29
* perf annotate-data: Handle PC-relative addressingNamhyung Kim2024-01-221-18/+38
* perf annotate-data: Handle array style accessesNamhyung Kim2024-01-221-6/+18
* perf annotate: Add --type-stat option for debuggingNamhyung Kim2023-12-231-1/+9
* perf annotate: Add --data-type optionNamhyung Kim2023-12-231-5/+3
* perf annotate-data: Update sample histogram for typeNamhyung Kim2023-12-231-0/+81
* perf annotate-data: Add member field in the data typeNamhyung Kim2023-12-231-11/+90
* perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-231-10/+85
* perf annotate-data: Add find_data_type() to get type from memory accessNamhyung Kim2023-12-231-0/+164