summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Fix segfault on sample histogramNamhyung Kim2024-05-111-4/+5
* perf annotate: Fix memory leak in annotated_sourceIan Rogers2024-05-071-0/+6
* perf annotate: Fix a comment about multi_regs in extract_reg_offset functionAthira Rajeev2024-05-071-1/+1
* perf annotate: Use zfree() to avoid possibly accessing dangling pointersArnaldo Carvalho de Melo2024-05-071-2/+2
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-9/+8
* perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim2024-04-261-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2024-04-221-0/+3
|\
| * perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim2024-04-111-0/+3
* | perf report: Do not collect sample histogram unnecessarilyNamhyung Kim2024-04-121-0/+7
* | perf annotate-data: Skip sample histogram for stack canaryNamhyung Kim2024-04-121-2/+3
* | perf annotate: Get rid of symbol__ensure_annotate()Namhyung Kim2024-04-121-12/+2
* | perf annotate-data: Do not delete non-asm linesNamhyung Kim2024-04-121-25/+68
* | perf annotate: Move 'start' field struct to 'struct annotated_source'Namhyung Kim2024-04-081-5/+5
* | perf annotate: Move nr_events struct to 'struct annotated_source'Namhyung Kim2024-04-081-3/+3
* | perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim2024-04-081-3/+3
* | perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim2024-04-081-19/+22
* | perf annotate: Get rid of offsets arrayNamhyung Kim2024-04-081-23/+6
* | perf annotate: Check annotation lines more efficientlyNamhyung Kim2024-04-081-21/+35
* | perf annotate: Introduce annotated_source__get_line()Namhyung Kim2024-04-081-5/+21
* | perf annotate: Staticize some local functionsNamhyung Kim2024-04-081-3/+5
* | perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim2024-04-081-4/+6
* | perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo2024-04-031-1/+3
* | perf annotate: Split out util/disasm.cNamhyung Kim2024-04-031-1600/+2
* | perf annotate: Add and use ins__is_nop()Namhyung Kim2024-04-031-1/+6
* | perf annotate: Use ins__is_xxx() if possibleNamhyung Kim2024-04-031-4/+4
* | perf annotate-data: Add stack canary typeNamhyung Kim2024-03-211-0/+25
* | perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim2024-03-211-0/+7
* | perf annotate: Parse x86 segment register locationNamhyung Kim2024-03-211-4/+32
* | perf annotate-data: Add get_global_var_type()Namhyung Kim2024-03-211-17/+4
* | perf annotate-data: Add update_insn_state()Namhyung Kim2024-03-211-0/+1
* | perf annotate: Add annotate_get_basic_blocks()Namhyung Kim2024-03-211-3/+219
* | perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim2024-03-211-15/+15
|/
* perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim2024-03-061-31/+5
* perf annotate: Calculate instruction overhead using hashmapNamhyung Kim2024-03-061-14/+30
* perf annotate: Add a hashmap for symbol histogramNamhyung Kim2024-03-061-2/+40
* perf annotate-data: Support global variablesNamhyung Kim2024-01-221-2/+55
* perf annotate-data: Add stack operation pseudo typeNamhyung Kim2024-01-221-0/+26
* perf annotate-data: Handle array style accessesNamhyung Kim2024-01-221-9/+34
* perf annotate-data: Handle macro fusion on x86Namhyung Kim2024-01-221-1/+16
* perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim2024-01-221-1/+13
* perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-231-0/+38
* perf annotate: Add --type-stat option for debuggingNamhyung Kim2023-12-231-5/+22
* perf annotate: Add --data-type optionNamhyung Kim2023-12-231-4/+6
* perf report: Add 'typeoff' sort keyNamhyung Kim2023-12-231-0/+1
* perf annotate-data: Update sample histogram for typeNamhyung Kim2023-12-231-1/+8
* perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2023-12-231-0/+88
* perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-231-0/+107
* perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-231-13/+31
* perf annotate: Get rid of local annotation optionsNamhyung Kim2023-12-071-2/+0
* perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim2023-12-071-1/+1