index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
perf annotate: Implement code + data type annotation
Namhyung Kim
1
-0
/
+1
2025-03-13
perf annotate: Pass hist_entry to annotate functions
Namhyung Kim
1
-4
/
+3
2025-03-06
perf annotate: Add annotation_options.disassembler_used
Athira Rajeev
1
-0
/
+1
2025-01-27
perf annotate: Use an array for the disassembler preference
Ian Rogers
1
-5
/
+10
2025-01-18
perf annotate: Prefer passing evsel to evsel->core.idx
Ian Rogers
1
-9
/
+11
2024-12-09
perf disasm: Return a proper error when not determining the file type
Arnaldo Carvalho de Melo
1
-0
/
+1
2024-11-13
perf disasm: Allow configuring what disassemblers to use
Arnaldo Carvalho de Melo
1
-0
/
+6
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
1
-0
/
+11
2024-08-14
perf report: Display the branch counter histogram
Kan Liang
1
-0
/
+3
2024-08-14
perf annotate: Save branch counters for each block
Kan Liang
1
-1
/
+9
2024-08-08
perf annotate: Cache debuginfo for data type profiling
Namhyung Kim
1
-0
/
+2
2024-08-05
perf annotate: Use annotation__pcnt_width() consistently
Namhyung Kim
1
-1
/
+1
2024-07-31
perf annotate: Add disasm_line__parse() to parse raw instruction for powerpc
Athira Rajeev
1
-1
/
+4
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-06
perf annotate: Add comments in the data structures
Namhyung Kim
1
-7
/
+62
2024-03-06
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
1
-3
/
+1
2024-03-06
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
1
-0
/
+11
2024-03-06
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-23
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
1
-0
/
+8
2023-12-23
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
1
-0
/
+4
2023-12-23
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
1
-0
/
+36
2023-12-23
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_operands'
Namhyung Kim
1
-2
/
+4
2023-11-09
perf annotate: Move offsets array from 'struct annotation' to 'struct annotated_source'
Namhyung Kim
1
-1
/
+1
2023-11-09
perf annotate: Move some source code related fields from 'struct annotation' to 'struct annotated_source'
Namhyung Kim
1
-7
/
+7
2023-11-09
perf annotate: Move max_coverage from 'struct annotation' to 'struct annotated_branch'
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 annotation_line'
Namhyung Kim
1
-6
/
+9
2023-06-20
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
[next]