summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)Author
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-26perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-04-12perf report: Do not collect sample histogram unnecessarilyNamhyung Kim
2024-04-12perf annotate-data: Skip sample histogram for stack canaryNamhyung Kim
2024-04-12perf annotate: Get rid of symbol__ensure_annotate()Namhyung Kim
2024-04-12perf annotate-data: Do not delete non-asm linesNamhyung Kim
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim
2024-04-08perf annotate: Move 'start' field struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Move nr_events struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Move 'widths' struct to 'struct annotated_source'Namhyung Kim
2024-04-08perf annotate: Get rid of offsets arrayNamhyung Kim
2024-04-08perf annotate: Check annotation lines more efficientlyNamhyung Kim
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim
2024-04-08perf annotate: Staticize some local functionsNamhyung Kim
2024-04-08perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim
2024-03-21perf annotate: Parse x86 segment register locationNamhyung 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: Add annotate_get_basic_blocks()Namhyung Kim
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim
2024-01-22perf annotate-data: Support global variablesNamhyung Kim
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim
2024-01-22perf annotate-data: Handle macro fusion on x86Namhyung Kim
2024-01-22perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim
2023-12-23perf annotate: Add --data-type optionNamhyung Kim
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim
2023-12-07perf annotate: Get rid of local annotation optionsNamhyung Kim
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim
2023-11-27perf annotate: Check if operand has multiple regsNamhyung Kim