summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-06-12perf annotate: Use global annotation_optionsNamhyung Kim1-63/+55
2024-06-12perf annotate: Introduce global annotation_optionsNamhyung Kim1-0/+3
2024-06-12perf 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-21perf annotate: Fix instruction association and parsing for LoongArchWANG Rui1-2/+6
2023-06-21perf 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-13perf annotate: Allow whitespace between insn operandsNamhyung Kim1-1/+1
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers1-1/+1
2023-06-12perf annotate: Fix parse_objdump_line memory leakIan Rogers1-1/+2
2023-06-09perf annotate: Handle x86 instruction suffix generallyNamhyung Kim1-0/+22
2023-05-15perf annotate: Parse x86 SIB addressing properlyNamhyung Kim1-0/+13
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds1-29/+56
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen1-0/+8
2023-04-18perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo1-2/+1
2023-04-12perf annotate: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-1/+2
2023-04-07perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-7/+7
2023-04-04perf map: Add accessor for start and endIan Rogers1-2/+2
2023-04-04perf map: Add accessor for dsoIan Rogers1-8/+8
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers1-0/+6
2023-04-04perf annotate: Allow objdump to be set in perfconfigIan Rogers1-0/+6
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers1-2/+8
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers1-8/+17
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim1-1/+18
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers1-0/+2
2022-10-04perf annotate: Update use of pthread mutexIan Rogers1-7/+6
2022-08-01tools perf: Fix compilation error with new binutilsAndres Freund1-3/+4
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers1-0/+1
2022-02-10perf annotate: Try chroot filename for objdumpNamhyung Kim1-0/+10
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim1-0/+1
2021-11-14perf symbols: Factor out annotation init/exitIan Rogers1-0/+11
2021-11-14perf symbols: Bit pack to save a byteIan Rogers1-1/+1
2021-11-02perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky1-1/+2
2021-09-27perf annotate: Add riscv64 supportWilliam Cohen1-0/+5
2021-09-15perf annotate: Add fusion logic for AMD microarchsRavi Bangoria1-1/+0
2021-08-31perf bpf: Fix memory leaks relating to BTF.Ian Rogers1-1/+1
2021-08-03perf annotate: Add disassembly warnings for annotate --stdioJames Clark1-2/+18
2021-08-02perf annotate: Add error log in symbol__annotate()Li Huafei1-1/+3
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-4/+4
2021-04-20perf annotate: Add line number like in TUI and source location at EOLMartin Liška1-16/+14
2021-03-06perf annotate: Show full source location with 'l' hotkeyMartin Liska1-2/+10
2021-03-06perf config: Add annotate.demangle{,_kernel}Martin Liska1-0/+4
2021-02-12perf annotate: Fix jump parsing for C++ code.Martin Liška1-0/+8
2020-11-04perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo1-4/+4
2020-11-04perf annotate mips: Add perf arch instructions annotate handlersDengcheng Zhu1-0/+8
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-2/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-2/+2
2020-09-04perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo1-0/+2
2020-07-09perf annotate: Fix non-null terminated buffer returned by readlink()Numfor Mbiziwo-Tiapo1-4/+11