summaryrefslogtreecommitdiff
path: root/tools/perf/util/annotate.c
AgeCommit message (Expand)Author
2023-06-20perf annotate: Fix instruction association and parsing for LoongArchWANG Rui
2023-06-20perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers
2023-06-16perf annotate: Work with vmlinux outside symfsVincent Whitchurch
2023-06-12perf annotate: Allow whitespace between insn operandsNamhyung Kim
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers
2023-06-12perf annotate: Fix parse_objdump_line memory leakIan Rogers
2023-06-09perf annotate: Handle x86 instruction suffix generallyNamhyung Kim
2023-05-15perf annotate: Parse x86 SIB addressing properlyNamhyung Kim
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen
2023-04-17perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...Arnaldo Carvalho de Melo
2023-04-12perf annotate: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf symbol: Add command line support for addr2line pathIan Rogers
2023-04-04perf annotate: Allow objdump to be set in perfconfigIan Rogers
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers
2023-04-04perf annotate: Add init/exit to annotation_options remove defaultIan Rogers
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers
2022-10-04perf annotate: Update use of pthread mutexIan Rogers
2022-08-01tools perf: Fix compilation error with new binutilsAndres Freund
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers
2022-02-10perf annotate: Try chroot filename for objdumpNamhyung Kim
2022-02-06perf annotate: Set error stream of objdump process for TUINamhyung Kim
2021-11-13perf symbols: Factor out annotation init/exitIan Rogers
2021-11-13perf symbols: Bit pack to save a byteIan Rogers
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky
2021-09-27perf annotate: Add riscv64 supportWilliam Cohen
2021-09-15perf annotate: Add fusion logic for AMD microarchsRavi Bangoria
2021-08-31perf bpf: Fix memory leaks relating to BTF.Ian Rogers
2021-08-03perf annotate: Add disassembly warnings for annotate --stdioJames Clark
2021-08-02perf annotate: Add error log in symbol__annotate()Li Huafei
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2021-04-20perf annotate: Add line number like in TUI and source location at EOLMartin Liška
2021-03-06perf annotate: Show full source location with 'l' hotkeyMartin Liska
2021-03-06perf config: Add annotate.demangle{,_kernel}Martin Liska
2021-02-11perf annotate: Fix jump parsing for C++ code.Martin Liška
2020-11-04perf annotate: Move bpf header inclusion to inside HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2020-11-04perf annotate mips: Add perf arch instructions annotate handlersDengcheng Zhu
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa
2020-10-14perf tools: Use build_id object in dsoJiri Olsa
2020-09-04perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo
2020-07-09perf annotate: Fix non-null terminated buffer returned by readlink()Numfor Mbiziwo-Tiapo
2020-06-02perf tools: Remove some duplicated includesTiezhu Yang
2020-05-05perf evsel: Rename perf_evsel__env() to evsel__env()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo