index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'
Namhyung Kim
2
-4
/
+6
2024-04-08
perf annotate: Move 'widths' struct to 'struct annotated_source'
Namhyung Kim
2
-29
/
+32
2024-04-08
perf annotate: Get rid of offsets array
Namhyung Kim
2
-25
/
+6
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
2
-5
/
+24
2024-04-08
perf annotate: Staticize some local functions
Namhyung Kim
2
-6
/
+5
2024-04-08
perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...
Namhyung Kim
1
-4
/
+6
2024-04-08
perf script: Consolidate capstone print functions
Adrian Hunter
2
-71
/
+40
2024-04-05
perf script: Add capstone support for '-F +brstackdisasm'
Andi Kleen
3
-0
/
+56
2024-04-05
perf script: Support 32bit code under 64bit OS with capstone
Andi Kleen
2
-6
/
+23
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: Add symbol name when using capstone
Namhyung Kim
1
-3
/
+71
2024-04-03
perf annotate: Use libcapstone to disassemble
Namhyung Kim
1
-0
/
+160
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
5
-1657
/
+1709
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
2
-1
/
+7
2024-04-03
perf annotate: Use ins__is_xxx() if possible
Namhyung Kim
1
-4
/
+4
2024-03-21
perf dso: Reorder members to save space in 'struct dso'
Ian Rogers
1
-42
/
+42
2024-03-21
perf lock contention: Trim backtrace by skipping traceiter functions
Anne Macedo
2
-1
/
+25
2024-03-21
perf probe: Add missing libgen.h header needed for using basename()
Arnaldo Carvalho de Melo
1
-0
/
+1
2024-03-21
perf help: Lower levenshtein penality for deleting character
Ian Rogers
1
-3
/
+7
2024-03-21
perf tools: Suggest inbuilt commands for unknown command
Ian Rogers
1
-24
/
+21
2024-03-21
perf tools: Add/use PMU reverse lookup from config to name
Ian Rogers
4
-2
/
+37
2024-03-21
perf tools: Use pmus to describe type from attribute
Ian Rogers
1
-5
/
+11
2024-03-21
perf list: Give more details about raw event encodings
Ian Rogers
5
-19
/
+161
2024-03-21
perf pmu: Drop "default_core" from alias names
Ian Rogers
1
-1
/
+2
2024-03-21
perf list: Add tracepoint encoding to detailed output
Ian Rogers
1
-10
/
+25
2024-03-21
perf annotate-data: Do not retry for invalid types
Namhyung Kim
1
-35
/
+48
2024-03-21
perf annotate-data: Add a cache for global variable types
Namhyung Kim
4
-4
/
+118
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
3
-0
/
+72
2024-03-21
perf annotate-data: Handle ADD instructions
Namhyung Kim
1
-2
/
+105
2024-03-21
perf annotate-data: Support general per-cpu access
Namhyung Kim
1
-44
/
+169
2024-03-21
perf annotate-data: Track instructions with a this-cpu variable
Namhyung Kim
1
-1
/
+30
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
2
-2
/
+26
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
2
-4
/
+47
2024-03-21
perf annotate-data: Check register state for type
Namhyung Kim
1
-7
/
+81
2024-03-21
perf annotate-data: Implement instruction tracking
Namhyung Kim
2
-14
/
+210
2024-03-21
perf annotate-data: Handle call instructions
Namhyung Kim
1
-2
/
+52
2024-03-21
perf annotate-data: Handle global variable access
Namhyung Kim
1
-4
/
+42
2024-03-21
perf annotate-data: Add get_global_var_type()
Namhyung Kim
3
-33
/
+57
2024-03-21
perf annotate-data: Add update_insn_state()
Namhyung Kim
3
-3
/
+161
2024-03-21
perf annotate-data: Maintain variable type info
Namhyung Kim
2
-0
/
+177
2024-03-21
perf annotate-data: Add debug messages
Namhyung Kim
3
-7
/
+71
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
2
-3
/
+235
2024-03-21
perf annotate-data: Introduce 'struct data_loc_info'
Namhyung Kim
3
-60
/
+91
2024-03-21
perf map: Add map__objdump_2rip()
Namhyung Kim
2
-0
/
+20
2024-03-21
perf dwarf-aux: Add die_find_func_rettype()
Namhyung Kim
2
-0
/
+47
2024-03-21
perf dwarf-aux: Handle type transfer for memory access
Namhyung Kim
2
-0
/
+119
2024-03-21
perf dwarf-aux: Add die_collect_vars()
Namhyung Kim
2
-28
/
+107
2024-03-21
perf dwarf-aux: Remove unused pc argument
Namhyung Kim
3
-11
/
+6
2024-03-21
perf cpumap: Use perf_cpu_map__for_each_cpu when possible
Ian Rogers
6
-39
/
+38
[next]