index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
annotate.c
Age
Commit message (
Expand
)
Author
2024-08-14
perf annotate: Display the branch counter histogram
Kan Liang
2024-08-14
perf report: Display the branch counter histogram
Kan Liang
2024-08-14
perf annotate: Save branch counters for each block
Kan Liang
2024-08-08
perf annotate: Cache debuginfo for data type profiling
Namhyung Kim
2024-08-05
perf annotate: Add --skip-empty option
Namhyung Kim
2024-08-05
perf annotate: Use annotation__pcnt_width() consistently
Namhyung Kim
2024-08-05
perf annotate: Set notes->src->nr_events early
Namhyung Kim
2024-08-05
perf annotate: Use al->data_nr if possible
Namhyung Kim
2024-07-31
perf annotate: Set instruction name to be used with insn-stat when using raw ...
Athira Rajeev
2024-07-31
perf annotate: Update parameters for reg extract functions to use raw instruc...
Athira Rajeev
2024-05-11
perf annotate: Fix segfault on sample histogram
Namhyung Kim
2024-05-07
perf annotate: Fix memory leak in annotated_source
Ian Rogers
2024-05-07
perf annotate: Fix a comment about multi_regs in extract_reg_offset function
Athira Rajeev
2024-05-07
perf annotate: Use zfree() to avoid possibly accessing dangling pointers
Arnaldo Carvalho de Melo
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-04-26
perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...
Namhyung Kim
2024-04-22
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2024-04-12
perf report: Do not collect sample histogram unnecessarily
Namhyung Kim
2024-04-12
perf annotate-data: Skip sample histogram for stack canary
Namhyung Kim
2024-04-12
perf annotate: Get rid of symbol__ensure_annotate()
Namhyung Kim
2024-04-12
perf annotate-data: Do not delete non-asm lines
Namhyung Kim
2024-04-11
perf annotate: Make sure to call symbol__annotate2() in TUI
Namhyung Kim
2024-04-08
perf annotate: Move 'start' field struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Move nr_events struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Move 'max_jump_sources' struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Move 'widths' struct to 'struct annotated_source'
Namhyung Kim
2024-04-08
perf annotate: Get rid of offsets array
Namhyung Kim
2024-04-08
perf annotate: Check annotation lines more efficiently
Namhyung Kim
2024-04-08
perf annotate: Introduce annotated_source__get_line()
Namhyung Kim
2024-04-08
perf annotate: Staticize some local functions
Namhyung Kim
2024-04-08
perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...
Namhyung Kim
2024-04-03
perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...
Arnaldo Carvalho de Melo
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
2024-04-03
perf annotate: Use ins__is_xxx() if possible
Namhyung Kim
2024-03-21
perf annotate-data: Add stack canary type
Namhyung Kim
2024-03-21
perf annotate-data: Handle this-cpu variables in kernel
Namhyung Kim
2024-03-21
perf annotate: Parse x86 segment register location
Namhyung Kim
2024-03-21
perf annotate-data: Add get_global_var_type()
Namhyung Kim
2024-03-21
perf annotate-data: Add update_insn_state()
Namhyung Kim
2024-03-21
perf annotate: Add annotate_get_basic_blocks()
Namhyung Kim
2024-03-21
perf annotate-data: Introduce 'struct data_loc_info'
Namhyung Kim
2024-03-06
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
2024-03-06
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
2024-03-06
perf annotate: Add a hashmap for symbol histogram
Namhyung Kim
2024-01-22
perf annotate-data: Support global variables
Namhyung Kim
2024-01-22
perf annotate-data: Add stack operation pseudo type
Namhyung Kim
2024-01-22
perf annotate-data: Handle array style accesses
Namhyung Kim
2024-01-22
perf annotate-data: Handle macro fusion on x86
Namhyung Kim
2024-01-22
perf annotate-data: Parse 'lock' prefix from llvm-objdump
Namhyung Kim
[next]