aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-08perf annotate: Check annotation lines more efficientlyNamhyung Kim1-21/+35
2024-04-08perf annotate: Introduce annotated_source__get_line()Namhyung Kim1-5/+21
2024-04-08perf annotate: Staticize some local functionsNamhyung Kim1-3/+5
2024-04-08perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo1-1/+3
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim1-1600/+2
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim1-1/+6
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim1-4/+4
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim1-0/+25
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim1-0/+7
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim1-4/+32
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim1-17/+4
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim1-0/+1
2024-03-21perf annotate: Add annotate_get_basic_blocks()Namhyung Kim1-3/+219
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim1-15/+15
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim1-31/+5
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim1-14/+30
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim1-2/+40
2024-01-22perf annotate-data: Support global variablesNamhyung Kim1-2/+55
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim1-0/+26
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim1-9/+34
2024-01-22perf annotate-data: Handle macro fusion on x86Namhyung Kim1-1/+16
2024-01-22perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim1-1/+13
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim1-0/+38
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim1-5/+22
2023-12-23perf annotate: Add --data-type optionNamhyung Kim1-4/+6
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim1-0/+1
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim1-1/+8
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim1-0/+88
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim1-0/+107
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim1-13/+31
2023-12-07perf annotate: Get rid of local annotation optionsNamhyung Kim1-2/+0
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim1-1/+1
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim1-8/+11
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim1-63/+55
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim1-0/+3
2023-11-27perf annotate: Check if operand has multiple regsNamhyung Kim1-0/+36
2023-11-10perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim1-4/+13
2023-11-10perf annotate: Pass "-l" option to objdump conditionallyNamhyung Kim1-1/+2
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim1-10/+10
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim1-8/+9
2023-11-09perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim1-1/+1
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim1-45/+54
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim1-17/+44
2023-08-03perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo1-3/+7
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui1-2/+6
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers1-9/+57
2023-06-16perf annotate: Work with vmlinux outside symfsVincent Whitchurch1-1/+4
2023-06-12perf annotate: Allow whitespace between insn operandsNamhyung Kim1-1/+1
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers1-1/+1