index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
perf annotate: Check annotation lines more efficiently
Namhyung Kim
1
-21
/
+35
2024-04-08
perf annotate: Introduce annotated_source__get_line()
Namhyung Kim
1
-5
/
+21
2024-04-08
perf annotate: Staticize some local functions
Namhyung Kim
1
-3
/
+5
2024-04-08
perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...
Namhyung Kim
1
-4
/
+6
2024-04-03
perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...
Arnaldo Carvalho de Melo
1
-1
/
+3
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
1
-1600
/
+2
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
1
-1
/
+6
2024-04-03
perf annotate: Use ins__is_xxx() if possible
Namhyung Kim
1
-4
/
+4
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
1
-0
/
+25
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
1
-0
/
+7
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
1
-4
/
+32
2024-03-21
perf annotate-data: Add get_global_var_type()
Namhyung Kim
1
-17
/
+4
2024-03-21
perf annotate-data: Add update_insn_state()
Namhyung Kim
1
-0
/
+1
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
1
-3
/
+219
2024-03-21
perf annotate-data: Introduce 'struct data_loc_info'
Namhyung Kim
1
-15
/
+15
2024-03-06
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
1
-31
/
+5
2024-03-06
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
1
-14
/
+30
2024-03-06
perf annotate: Add a hashmap for symbol histogram
Namhyung Kim
1
-2
/
+40
2024-01-22
perf annotate-data: Support global variables
Namhyung Kim
1
-2
/
+55
2024-01-22
perf annotate-data: Add stack operation pseudo type
Namhyung Kim
1
-0
/
+26
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
1
-9
/
+34
2024-01-22
perf annotate-data: Handle macro fusion on x86
Namhyung Kim
1
-1
/
+16
2024-01-22
perf annotate-data: Parse 'lock' prefix from llvm-objdump
Namhyung Kim
1
-1
/
+13
2023-12-23
perf annotate: Add --insn-stat option for debugging
Namhyung Kim
1
-0
/
+38
2023-12-23
perf annotate: Add --type-stat option for debugging
Namhyung Kim
1
-5
/
+22
2023-12-23
perf annotate: Add --data-type option
Namhyung Kim
1
-4
/
+6
2023-12-23
perf report: Add 'typeoff' sort key
Namhyung Kim
1
-0
/
+1
2023-12-23
perf annotate-data: Update sample histogram for type
Namhyung Kim
1
-1
/
+8
2023-12-23
perf annotate: Implement hist_entry__get_data_type()
Namhyung Kim
1
-0
/
+88
2023-12-23
perf annotate: Add annotate_get_insn_location()
Namhyung Kim
1
-0
/
+107
2023-12-23
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-20
perf annotate: Fix instruction association and parsing for LoongArch
WANG Rui
1
-2
/
+6
2023-06-20
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-12
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
[prev]
[next]