index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-24
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
1
-0
/
+38
2023-12-24
perf annotate: Add --type-stat option for debugging
Namhyung Kim
1
-5
/
+22
2023-12-24
perf annotate: Add --data-type option
Namhyung Kim
1
-4
/
+6
2023-12-24
perf report: Add 'typeoff' sort key
Namhyung Kim
1
-0
/
+1
2023-12-24
perf annotate-data: Update sample histogram for type
Namhyung Kim
1
-1
/
+8
2023-12-24
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
1
-0
/
+88
2023-12-24
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
1
-0
/
+107
2023-12-24
perf annotate: Factor out evsel__get_arch()
Namhyung Kim
1
-13
/
+31
2023-12-07
perf annotate: Get rid of local annotation options
Namhyung Kim
1
-2
/
+0
2023-12-07
perf annotate: Remove remaining usages of local annotation options
Namhyung Kim
1
-1
/
+1
2023-12-07
perf annotate: Ensure init/exit for global options
Namhyung Kim
1
-8
/
+11
2023-12-07
perf annotate: Use global annotation_options
Namhyung Kim
1
-63
/
+55
2023-12-07
perf annotate: Introduce global annotation_options
Namhyung Kim
1
-0
/
+3
2023-11-27
perf annotate: Check if operand has multiple regs
Namhyung Kim
1
-0
/
+36
2023-11-10
perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...
Namhyung Kim
1
-4
/
+13
2023-11-10
perf annotate: Pass "-l" option to objdump conditionally
Namhyung Kim
1
-1
/
+2
2023-11-09
perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...
Namhyung Kim
1
-10
/
+10
2023-11-09
perf annotate: Move some source code related fields from 'struct annotation' ...
Namhyung Kim
1
-8
/
+9
2023-11-09
perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...
Namhyung Kim
1
-1
/
+1
2023-11-09
perf annotate: Split branch stack cycles info from 'struct annotation'
Namhyung Kim
1
-45
/
+54
2023-11-09
perf annotate: Split branch stack cycles information out of 'struct annotatio...
Namhyung Kim
1
-17
/
+44
2023-08-03
perf annotate bpf: Don't enclose non-debug code with an assert()
Arnaldo Carvalho de Melo
1
-3
/
+7
2023-06-21
perf annotate: Fix instruction association and parsing for LoongArch
WANG Rui
1
-2
/
+6
2023-06-21
perf annotation: Switch lock from a mutex to a sharded_mutex
Ian Rogers
1
-9
/
+57
2023-06-16
perf annotate: Work with vmlinux outside symfs
Vincent Whitchurch
1
-1
/
+4
2023-06-13
perf annotate: Allow whitespace between insn operands
Namhyung Kim
1
-1
/
+1
2023-06-12
perf srcline: Change free_srcline to zfree_srcline
Ian Rogers
1
-1
/
+1
2023-06-12
perf annotate: Fix parse_objdump_line memory leak
Ian Rogers
1
-1
/
+2
2023-06-09
perf annotate: Handle x86 instruction suffix generally
Namhyung Kim
1
-0
/
+22
2023-05-15
perf annotate: Parse x86 SIB addressing properly
Namhyung Kim
1
-0
/
+13
2023-05-07
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-29
/
+56
2023-05-01
tools/perf: Add basic support for LoongArch
Huacai Chen
1
-0
/
+8
2023-04-18
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
1
-2
/
+1
2023-04-12
perf annotate: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-1
/
+2
2023-04-07
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-7
/
+7
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-2
/
+2
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-8
/
+8
2023-04-04
perf symbol: Add command line support for addr2line path
Ian Rogers
1
-0
/
+6
2023-04-04
perf annotate: Allow objdump to be set in perfconfig
Ian Rogers
1
-0
/
+6
2023-04-04
perf annotate: Own objdump_path and disassembler_style strings
Ian Rogers
1
-2
/
+8
2023-04-04
perf annotate: Add init/exit to annotation_options remove default
Ian Rogers
1
-8
/
+17
2022-10-04
perf annotate: Toggle full address <-> offset display
Namhyung Kim
1
-1
/
+18
2022-10-04
perf dso: Hold lock when accessing nsinfo
Ian Rogers
1
-0
/
+2
2022-10-04
perf annotate: Update use of pthread mutex
Ian Rogers
1
-7
/
+6
2022-08-01
tools perf: Fix compilation error with new binutils
Andres Freund
1
-3
/
+4
2022-04-09
perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...
Ian Rogers
1
-0
/
+1
2022-02-10
perf annotate: Try chroot filename for objdump
Namhyung Kim
1
-0
/
+10
2022-02-06
perf annotate: Set error stream of objdump process for TUI
Namhyung Kim
1
-0
/
+1
2021-11-14
perf symbols: Factor out annotation init/exit
Ian Rogers
1
-0
/
+11
2021-11-14
perf symbols: Bit pack to save a byte
Ian Rogers
1
-1
/
+1
[next]