Re: [go-nuts] Cgo profiles and ExternalCode

2017-10-12 Thread andrey mirtchovski
Thanks, this helped and worked right off the bat. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visi

Re: [go-nuts] Cgo profiles and ExternalCode

2017-10-12 Thread Ian Lance Taylor
On Thu, Oct 12, 2017 at 9:30 AM, andrey mirtchovski wrote: > > Is there any way, an option or an argument, that would allow me to > unwind the stack on the CGO side of a profile better? Right now I'm > looking at stacks that unwind only the top function, see example. This > happens on both linux a

[go-nuts] Cgo profiles and ExternalCode

2017-10-12 Thread andrey mirtchovski
Is there any way, an option or an argument, that would allow me to unwind the stack on the CGO side of a profile better? Right now I'm looking at stacks that unwind only the top function, see example. This happens on both linux and macOS. My other option is to link gperftools into the go binary, b