index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
srcline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-15
perf tools: Fix build error due to zfree() cast
Namhyung Kim
1
-2
/
+2
2013-12-28
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-3
/
+3
2013-12-10
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-04
perf tools: Do not disable source line lookup just because of 1 failure
Adrian Hunter
1
-4
/
+16
2013-12-04
perf symbols: Retain symbol source file name to lookup source line numbers
Adrian Hunter
1
-1
/
+6
2013-12-04
perf symbols: Retain bfd reference to lookup source line numbers
Adrian Hunter
1
-6
/
+30
2013-12-04
perf tools: Use asprintf instead of malloc plus snprintf
Adrian Hunter
1
-8
/
+1
2013-10-14
perf tools: Fix old GCC build error in 'get_srcline'
David Ahern
1
-2
/
+2
2013-10-09
perf tools: Implement addr2line directly using libbfd
Roberto Vitillo
1
-0
/
+167
2013-10-09
perf tools: Save failed result of get_srcline()
Namhyung Kim
1
-2
/
+8
2013-10-09
perf annotate: Pass dso instead of dso_name to get_srcline()
Namhyung Kim
1
-1
/
+3
2013-10-09
perf tools: Do not try to call addr2line on non-binary files
Namhyung Kim
1
-2
/
+9
2013-10-09
perf annotate: Factor out get/free_srcline()
Namhyung Kim
1
-0
/
+83