diff options
| author | Russ Cox <rsc@golang.org> | 2017-03-06 20:39:57 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2017-03-08 01:09:18 +0000 |
| commit | c797256a8f7dcf24fdc798b1e0845d58aeeef7a2 (patch) | |
| tree | fb7f4097aa447976c6fb2076b888ec9854fafb17 /src/database/sql/sql_test.go | |
| parent | 752d7bad4fc6cb4c70edbe0b735ca89d7da16732 (diff) | |
| download | go-c797256a8f7dcf24fdc798b1e0845d58aeeef7a2.tar.xz | |
runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/maps
This helps systems that maintain an external database mapping
build ID to symbol information for the given binary, especially
in the case where /proc/self/maps lists many different files
(for example, many shared libraries).
Avoid importing debug/elf to avoid dragging in that whole
package (and its dependencies like debug/dwarf) into the
build of every program that generates a profile.
Fixes #19431.
Change-Id: I6d4362a79fe23e4f1726dffb0661d20bb57f766f
Reviewed-on: https://go-review.googlesource.com/37855
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/database/sql/sql_test.go')
0 files changed, 0 insertions, 0 deletions
