gcc/libgo/go/runtime/pprof
Ian Lance Taylor 5ac2fd0d6e libgo: prune sighandler frames in runtime.sigprof
When writing stack frames to the pprof CPU profile machinery, it is
    very important to insure that the frames emitted do not contain any
    frames corresponding to artifacts of the profiling process itself
    (signal handlers, sigprof, etc). This patch changes runtime.sigprof to
    strip out those frames from the raw stack generated by
    "runtime.callers".
    
    Fixes golang/go#26595.
    
    Reviewed-on: https://go-review.googlesource.com/126175

From-SVN: r263035
2018-07-27 18:43:34 +00:00
..
internal/profile libgo: update to go1.9 2017-09-14 17:11:35 +00:00
elf.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
label.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
label_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
map.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
mprof_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
pprof.go libgo: update to Go1.10rc1 2018-01-27 23:44:29 +00:00
pprof_test.go libgo: prune sighandler frames in runtime.sigprof 2018-07-27 18:43:34 +00:00
proto.go libgo: update to Go1.10beta1 2018-01-09 01:23:08 +00:00
proto_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
protobuf.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
protomem.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
protomem_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00
runtime_test.go libgo: update to go1.9 2017-09-14 17:11:35 +00:00