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.h
Age
Commit message (
Expand
)
Author
2021-11-13
perf symbols: Factor out annotation init/exit
Ian Rogers
2021-03-06
perf annotate: Show full source location with 'l' hotkey
Martin Liska
2021-02-11
perf annotate: Fix jump parsing for C++ code.
Martin Liška
2020-05-28
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-03-24
perf report: Support interactive annotation of code without symbols
Jin Yao
2020-03-04
perf annotate: Get rid of annotation->nr_jumps
Ravi Bangoria
2020-02-27
perf annotate: Simplify disasm_line allocation and freeing code
Ravi Bangoria
2020-02-27
perf annotate: Remove privsize from symbol__annotate() args
Ravi Bangoria
2020-02-27
perf annotate: Make perf config effective
Ravi Bangoria
2020-02-27
perf annotate: Fix --show-total-period for tui/stdio2
Ravi Bangoria
2020-01-14
perf tools: Support --prefix/--prefix-strip
Andi Kleen
2019-11-12
perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...
Arnaldo Carvalho de Melo
2019-10-11
perf diff: Report noisy for cycles diff
Jin Yao
2019-09-30
perf annotate: Don't return -1 for error when doing BPF disassembly
Arnaldo Carvalho de Melo
2019-09-30
perf annotate: Fix arch specific ->init() failure errors
Arnaldo Carvalho de Melo
2019-07-29
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-03-20
perf annotate: Enable annotation of BPF programs
Song Liu
2019-03-06
perf annotate: Calculate the max instruction name, align column to that
Arnaldo Carvalho de Melo
2019-01-25
perf annotate: Remove lots of headers from annotate.h
Arnaldo Carvalho de Melo
2018-12-17
perf annotate: Compute average IPC and IPC coverage per symbol
Jin Yao
2018-08-30
perf annotate: Fix parsing aarch64 branch instructions after objdump update
Kim Phillips
2018-08-08
perf annotate: Add --percent-type option
Jiri Olsa
2018-08-08
perf annotate: Add support to toggle percent type
Jiri Olsa
2018-08-08
perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()
Jiri Olsa
2018-08-08
perf annotate: Add percent_type to struct annotation_options
Jiri Olsa
2018-08-08
perf annotate: Add PERCENT_PERIOD_GLOBAL percent value
Jiri Olsa
2018-08-08
perf annotate: Add PERCENT_PERIOD_LOCAL percent value
Jiri Olsa
2018-08-08
perf annotate: Add PERCENT_HITS_GLOBAL percent value
Jiri Olsa
2018-08-08
perf annotate: Switch struct annotation_data::percent to array
Jiri Olsa
2018-08-08
perf annotate: Rename struct annotation_line::samples* to data*
Jiri Olsa
2018-08-08
perf annotate: Get rid of annotation__scnprintf_samples_period()
Jiri Olsa
2018-08-08
perf annotate: Make annotation_line__max_percent static
Jiri Olsa
2018-08-08
perf annotate: Make symbol__annotate_fprintf2() local
Jiri Olsa
2018-06-04
perf annotate: Move objdump_path to struct annotation_options
Arnaldo Carvalho de Melo
2018-06-04
perf hists browser: Pass annotation_options from tool to browser
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Move disassembler_style global to annotation_options
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Adopt anotation options from symbol_conf
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Pass annotation_options to symbol__annotate()
Arnaldo Carvalho de Melo
2018-06-04
perf annotate stdio: Use annotation_options consistently
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Add comment about annotated_src->nr_histograms
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Replace symbol__alloc_hists() with symbol__hists()
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: __symbol__inc_addr_samples() needs just annotated_source
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Split allocation of annotated_source struct
Arnaldo Carvalho de Melo
2018-06-04
perf annotate: Pass perf_evsel instead of just evsel->idx
Arnaldo Carvalho de Melo
2018-05-19
perf annotate: Create hotkey 'c' to show min/max cycles
Jin Yao
2018-05-18
perf annotate: Record the min/max cycles
Jin Yao
2018-04-12
perf annotate: Allow showing offsets in more than just jump targets
Arnaldo Carvalho de Melo
2018-04-03
perf annotate: Introduce annotation__scnprintf_samples_period() method
Arnaldo Carvalho de Melo
2018-03-23
perf annotate: Add "_local" to jump/offset validation routines
Arnaldo Carvalho de Melo
[next]