aboutsummaryrefslogtreecommitdiffstats
path: root/symbolizer
Commit message (Collapse)AuthorAgeFilesLines
* pkg/symbolizer: move from symbolizerDmitry Vyukov2017-06-175-492/+0
|
* symbolizer: use fixed prebuilt binary in testDmitry Vyukov2017-05-292-13/+31
| | | | | | | With commit 94c95d3e52ed55ef57e60ace559b684e4d5ebcbf go command strips symbols from empheral test binaries. Thus the test started failing. Use a simple fixed binary in the test.
* symbolizer: support discriminators in addr2line outputDmitry Vyukov2016-09-052-1/+20
|
* report: add a function that symbolizes reportsDmitry Vyukov2016-09-012-0/+99
|
* symbolizer: move symbolizer to a separate packageDmitry Vyukov2016-08-312-0/+356
Make it reusable. Support several binaries (vmlinux, modules). Support symbolization of individual PCs. Add tests.