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
/
srcline.c
Age
Commit message (
Expand
)
Author
2017-05-24
perf report: Do not drop last inlined frame
Milian Wolff
2017-05-24
perf report: Always honor callchain order for inlined nodes
Milian Wolff
2017-05-24
perf report: Fix memory leak in addr2line when called by addr2inlines
Milian Wolff
2017-04-19
perf tools: Move srcline definitions to separate header
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-03-27
perf report: Enable sorting by srcline as key
Milian Wolff
2017-03-27
perf report: Find the inline stack for a given address
Jin Yao
2017-03-27
perf report: Refactor common code in srcline.c
Jin Yao
2015-09-02
perf tools: Always use non inlined file name for 'srcfile' sort key
Andi Kleen
2015-08-10
perf tools: Support full source file paths for srcline
Andi Kleen
2014-12-19
perf: Fix building warning on ARM 32
Wang Nan
2014-11-24
perf callchain: Make get_srcline fall back to sym+offset
Andi Kleen
2014-11-24
perf callchain: Enable printing the srcline in the history
Andi Kleen
2014-11-19
perf tools: Only print base source file for srcline
Andi Kleen
2014-01-15
perf tools: Fix build error due to zfree() cast
Namhyung Kim
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-10
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
2013-12-04
perf tools: Do not disable source line lookup just because of 1 failure
Adrian Hunter
2013-12-04
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
2013-12-04
perf symbols: Retain bfd reference to lookup source line numbers
Adrian Hunter
2013-12-04
perf tools: Use asprintf instead of malloc plus snprintf
Adrian Hunter
2013-10-14
perf tools: Fix old GCC build error in 'get_srcline'
David Ahern
2013-10-09
perf tools: Implement addr2line directly using libbfd
Roberto Vitillo
2013-10-09
perf tools: Save failed result of get_srcline()
Namhyung Kim
2013-10-09
perf annotate: Pass dso instead of dso_name to get_srcline()
Namhyung Kim
2013-10-09
perf tools: Do not try to call addr2line on non-binary files
Namhyung Kim
2013-10-09
perf annotate: Factor out get/free_srcline()
Namhyung Kim