summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate-data.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-10perf annotate-data: Add pr_debug_scope()Namhyung Kim1-2/+23
2024-08-22perf annotate-data: Copy back variable types after moveNamhyung Kim1-0/+31
2024-08-22perf annotate-data: Update stack slot for the storeNamhyung Kim1-4/+25
2024-08-22perf annotate-data: Update debug messagesNamhyung Kim1-10/+35
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim1-1/+1
2024-08-21perf annotate-data: Fix percpu pointer checkNamhyung Kim1-59/+63
2024-08-21perf annotate-data: Prefer struct/union over base typeNamhyung Kim1-1/+19
2024-08-20perf annotate-data: Set bitfield member offset and size properlyNamhyung Kim1-6/+28
2024-08-19perf annotate-data: Update type stat at the end of find_data_type_die()Namhyung Kim1-17/+30
2024-08-19perf annotate-data: Check variables in every scopeNamhyung Kim1-17/+27
2024-08-19perf annotate-data: Add is_better_type() helperNamhyung Kim1-10/+51
2024-08-19perf annotate-data: Add is_pointer_type() helperNamhyung Kim1-9/+14
2024-08-19perf annotate-data: Change return type of find_data_type_block()Namhyung Kim1-59/+58
2024-08-19perf annotate-data: Add variable_state_str()Namhyung Kim1-15/+26
2024-08-19perf annotate-data: Add 'enum type_match_result'Namhyung Kim1-11/+25
2024-08-19perf annotate-data: Fix off-by-one in location range checkNamhyung Kim1-1/+1
2024-08-10perf annotate-data: Support --skip-empty optionNamhyung Kim1-22/+22
2024-08-08perf annotate-data: Show typedef names properlyNamhyung Kim1-9/+30
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim1-13/+2
2024-07-31perf annotate: Update instruction tracking for powerpcAthira Rajeev1-1/+8
2024-07-31perf annotate: Add "update_insn_state" callback function to handle arch speci...Athira Rajeev1-383/+8
2024-07-31perf annotate: Move the data structures related to register type to header fileAthira Rajeev1-52/+1
2024-05-11perf annotate-data: Ensure the number of type histogramsNamhyung Kim1-1/+4
2024-05-07perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo1-8/+9
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-9/+9
2024-05-02perf annotate-data: Check kind of stack variablesNamhyung Kim1-0/+6
2024-05-02perf annotate-data: Handle multi regs in find_data_type_block()Namhyung Kim1-11/+12
2024-05-02perf annotate-data: Check memory access with two registersNamhyung Kim1-5/+39
2024-05-02perf annotate-data: Handle direct global variable accessNamhyung Kim1-12/+15
2024-05-02perf annotate-data: Collect global variables in advanceNamhyung Kim1-2/+55
2024-04-16perf annotate-data: Handle RSP if it's not the FB registerNamhyung Kim1-8/+19
2024-04-16perf annotate-data: Improve debug message with location infoNamhyung Kim1-17/+82
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tui()Namhyung Kim1-1/+2
2024-04-12perf annotate-data: Add hist_entry__annotate_data_tty()Namhyung Kim1-0/+112
2024-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim1-0/+6
2024-04-12perf annotate-data: Fix global variable lookupNamhyung Kim1-1/+3
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim1-35/+48
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim1-3/+104
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim1-0/+46
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim1-2/+105
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim1-44/+169
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim1-1/+30
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim1-2/+19
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim1-7/+81
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim1-14/+209
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim1-2/+52
2024-03-21perf annotate-data: Handle global variable accessNamhyung Kim1-4/+42
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim1-14/+48
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim1-3/+158
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim1-0/+173