index
:
pub/scm/linux/kernel/git/livepatching/livepatching.git
master
Live Patching Group's fork of livepatching.git
Live Patching Group
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-12
perf annotate: Skip DSOs not found
Namhyung Kim
1
-0
/
+2
2024-04-12
perf report: Do not collect sample histogram unnecessarily
Namhyung Kim
1
-0
/
+7
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tui()
Namhyung Kim
2
-1
/
+15
2024-04-12
perf annotate-data: Add hist_entry__annotate_data_tty()
Namhyung Kim
2
-0
/
+121
2024-04-12
perf annotate-data: Skip sample histogram for stack canary
Namhyung Kim
1
-2
/
+3
2024-04-12
perf map: Remove kernel map before updating start and end addresses
James Clark
1
-1
/
+1
2024-04-12
perf metrics: Remove the "No_group" metric group
Ian Rogers
1
-2
/
+2
2024-04-12
perf annotate: Get rid of symbol__ensure_annotate()
Namhyung Kim
1
-12
/
+2
2024-04-12
perf annotate-data: Do not delete non-asm lines
Namhyung Kim
2
-25
/
+74
2024-04-12
perf annotate-data: Fix global variable lookup
Namhyung Kim
1
-1
/
+3
2024-04-11
perf lock contention: Add a missing NULL check
Namhyung Kim
1
-1
/
+4
2024-04-11
perf annotate: Make sure to call symbol__annotate2() in TUI
Namhyung Kim
1
-0
/
+3
2024-04-08
perf annotate: Move 'start' field struct to 'struct annotated_source'
Namhyung Kim
2
-6
/
+6
2024-04-08
perf annotate: Move nr_events struct to 'struct annotated_source'
Namhyung Kim
2
-5
/
+6
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-04-01
bitops: make BYTES_TO_BITS() treewide-available
Alexander Lobakin
1
-3
/
+1
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
[prev]
[next]