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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
perf annotate: Move 'start' field struct to 'struct annotated_source'
Namhyung Kim
1
-1
/
+1
2024-04-08
perf annotate: Move nr_events struct to 'struct annotated_source'
Namhyung Kim
1
-2
/
+3
2024-04-08
perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'
Namhyung Kim
1
-1
/
+3
2024-04-08
perf annotate: Move 'widths' struct to 'struct annotated_source'
Namhyung Kim
1
-10
/
+10
2024-04-08
perf annotate: Get rid of offsets array
Namhyung Kim
1
-2
/
+0
2024-04-08
perf annotate: Introduce annotated_source__get_line()
Namhyung Kim
1
-0
/
+3
2024-04-08
perf annotate: Staticize some local functions
Namhyung Kim
1
-3
/
+0
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
1
-57
/
+3
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
1
-0
/
+1
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
1
-0
/
+15
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
1
-0
/
+16
2024-03-07
perf annotate: Add comments in the data structures
Namhyung Kim
1
-7
/
+62
2024-03-07
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
1
-3
/
+1
2024-03-07
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
1
-0
/
+11
2024-03-07
perf annotate: Add a hashmap for symbol histogram
Namhyung Kim
1
-0
/
+2
2024-01-22
perf annotate-data: Support global variables
Namhyung Kim
1
-0
/
+4
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
1
-2
/
+6
2023-12-24
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
1
-0
/
+8
2023-12-24
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
1
-0
/
+4
2023-12-24
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
1
-0
/
+36
2023-12-24
perf annotate: Factor out evsel__get_arch()
Namhyung Kim
1
-0
/
+2
2023-12-07
perf annotate: Get rid of local annotation options
Namhyung Kim
1
-1
/
+0
2023-12-07
perf annotate: Remove remaining usages of local annotation options
Namhyung Kim
1
-3
/
+3
2023-12-07
perf annotate: Ensure init/exit for global options
Namhyung Kim
1
-4
/
+4
2023-12-07
perf ui/browser/annotate: Use global annotation_options
Namhyung Kim
1
-4
/
+2
2023-12-07
perf annotate: Use global annotation_options
Namhyung Kim
1
-10
/
+5
2023-12-07
perf annotate: Introduce global annotation_options
Namhyung Kim
1
-0
/
+2
2023-11-27
perf annotate: Check if operand has multiple regs
Namhyung Kim
1
-0
/
+2
2023-11-10
perf annotate: Move raw_comment and raw_func_start fields out of 'struct ins_...
Namhyung Kim
1
-2
/
+4
2023-11-09
perf annotate: Move offsets array from 'struct annotation' to 'struct annotat...
Namhyung Kim
1
-1
/
+1
2023-11-09
perf annotate: Move some source code related fields from 'struct annotation' ...
Namhyung Kim
1
-7
/
+7
2023-11-09
perf annotate: Move max_coverage from 'struct annotation' to 'struct annotate...
Namhyung Kim
1
-1
/
+3
2023-11-09
perf annotate: Split branch stack cycles info from 'struct annotation'
Namhyung Kim
1
-7
/
+10
2023-11-09
perf annotate: Split branch stack cycles information out of 'struct annotatio...
Namhyung Kim
1
-6
/
+9
2023-06-21
perf annotation: Switch lock from a mutex to a sharded_mutex
Ian Rogers
1
-3
/
+8
2023-04-04
perf annotate: Own objdump_path and disassembler_style strings
Ian Rogers
1
-2
/
+2
2023-04-04
perf annotate: Add init/exit to annotation_options remove default
Ian Rogers
1
-2
/
+3
2022-10-04
perf annotate: Toggle full address <-> offset display
Namhyung Kim
1
-1
/
+3
2022-10-04
perf annotate: Update use of pthread mutex
Ian Rogers
1
-2
/
+2
2021-11-14
perf symbols: Factor out annotation init/exit
Ian Rogers
1
-0
/
+3
2021-03-06
perf annotate: Show full source location with 'l' hotkey
Martin Liska
1
-0
/
+2
2021-02-12
perf annotate: Fix jump parsing for C++ code.
Martin Liška
1
-0
/
+1
2020-05-28
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-2
/
+2
2020-03-24
perf report: Support interactive annotation of code without symbols
Jin Yao
1
-0
/
+1
2020-03-04
perf annotate: Get rid of annotation->nr_jumps
Ravi Bangoria
1
-1
/
+0
2020-02-27
perf annotate: Simplify disasm_line allocation and freeing code
Ravi Bangoria
1
-1
/
+0
2020-02-27
perf annotate: Remove privsize from symbol__annotate() args
Ravi Bangoria
1
-1
/
+1
2020-02-27
perf annotate: Make perf config effective
Ravi Bangoria
1
-3
/
+1
2020-02-27
perf annotate: Fix --show-total-period for tui/stdio2
Ravi Bangoria
1
-1
/
+1
2020-01-14
perf tools: Support --prefix/--prefix-strip
Andi Kleen
1
-0
/
+5
[next]