Namhyung Kim
|
7d16c63423
perf tools: Fix build error due to zfree() cast
|
11 years ago |
Arnaldo Carvalho de Melo
|
74cf249d5c
perf tools: Use zfree to help detect use after free bugs
|
11 years ago |
Arnaldo Carvalho de Melo
|
bf4414ae7b
perf symbols: Constify dso->long_name
|
11 years ago |
Adrian Hunter
|
906049c827
perf tools: Do not disable source line lookup just because of 1 failure
|
11 years ago |
Adrian Hunter
|
0058aef65e
perf symbols: Retain symbol source file name to lookup source line numbers
|
11 years ago |
Adrian Hunter
|
454ff00f96
perf symbols: Retain bfd reference to lookup source line numbers
|
11 years ago |
Adrian Hunter
|
d88938ebc9
perf tools: Use asprintf instead of malloc plus snprintf
|
11 years ago |
David Ahern
|
a949fffb84
perf tools: Fix old GCC build error in 'get_srcline'
|
12 years ago |
Roberto Vitillo
|
2f48fcd84e
perf tools: Implement addr2line directly using libbfd
|
12 years ago |
Namhyung Kim
|
2cc9d0ef57
perf tools: Save failed result of get_srcline()
|
12 years ago |
Namhyung Kim
|
86c98cab5a
perf annotate: Pass dso instead of dso_name to get_srcline()
|
12 years ago |
Namhyung Kim
|
58d91a0068
perf tools: Do not try to call addr2line on non-binary files
|
12 years ago |
Namhyung Kim
|
f048d548f8
perf annotate: Factor out get/free_srcline()
|
12 years ago |