summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorLines
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim-0/+38
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim-5/+22
2023-12-23perf annotate: Add --data-type optionNamhyung Kim-4/+6
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim-0/+1
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim-1/+8
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim-0/+88
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim-0/+107
2023-12-23perf annotate: Factor out evsel__get_arch()Namhyung Kim-13/+31
2023-12-07perf annotate: Get rid of local annotation optionsNamhyung Kim-2/+0
2023-12-07perf annotate: Remove remaining usages of local annotation optionsNamhyung Kim-1/+1
2023-12-07perf annotate: Ensure init/exit for global optionsNamhyung Kim-8/+11
2023-12-07perf annotate: Use global annotation_optionsNamhyung Kim-63/+55
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim-0/+3
2023-11-27perf annotate: Check if operand has multiple regsNamhyung Kim-0/+36
2023-11-10perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...Namhyung Kim-4/+13
2023-11-10perf annotate: Pass "-l" option to objdump conditionallyNamhyung Kim-1/+2
2023-11-09perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...Namhyung Kim-10/+10
2023-11-09perf annotate: Move some source code related fields from 'struct annotation' ...Namhyung Kim-8/+9
2023-11-09perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...Namhyung Kim-1/+1
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim-45/+54
2023-11-09perf annotate: Split branch stack cycles information out of 'struct annotatio...Namhyung Kim-17/+44
2023-08-03perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo-3/+7
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui-2/+6
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers-9/+57
2023-06-16perf annotate: Work with vmlinux outside symfsVincent Whitchurch-1/+4
2023-06-12perf annotate: Allow whitespace between insn operandsNamhyung Kim-1/+1
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers-1/+1
2023-06-12perf annotate: Fix parse_objdump_line memory leakIan Rogers-1/+2
2023-06-09perf annotate: Handle x86 instruction suffix generallyNamhyung Kim-0/+22
2023-05-15perf annotate: Parse x86 SIB addressing properlyNamhyung Kim-0/+13
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds-29/+56
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen-0/+8
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo-2/+1
2023-04-12perf annotate: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo-1/+2
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers-7/+7
2023-04-04perf map: Add accessor for start and endIan Rogers-2/+2
2023-04-04perf map: Add accessor for dsoIan Rogers-8/+8
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers-0/+6
2023-04-04perf annotate: Allow objdump to be set in perfconfigIan Rogers-0/+6
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers-2/+8
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers-8/+17
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim-1/+18
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers-0/+2
2022-10-04perf annotate: Update use of pthread mutexIan Rogers-7/+6
2022-08-01tools perf: Fix compilation error with new binutilsAndres Freund-3/+4
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers-0/+1
2022-02-10perf annotate: Try chroot filename for objdumpNamhyung Kim-0/+10
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim-0/+1
2021-11-13perf symbols: Factor out annotation init/exitIan Rogers-0/+11
2021-11-13perf symbols: Bit pack to save a byteIan Rogers-1/+1