report. This also extends the information returned by runtime.Stack.
Setting N to 0 will report no ancestry information.
- tracefpunwindoff: setting tracefpunwindoff=1 forces the execution tracer to
- use the runtime's default stack unwinder instead of frame pointer unwinding.
- This increases tracer overhead, but could be helpful as a workaround or for
- debugging unexpected regressions caused by frame pointer unwinding.
+ tracefpunwindoff: setting tracefpunwindoff=1 forces the execution tracer
+ and block and mutex profilers to use the runtime's default stack
+ unwinder instead of frame pointer unwinding. This increases their
+ overhead, but could be helpful as a workaround or for debugging
+ unexpected regressions caused by frame pointer unwinding.
traceadvanceperiod: the approximate period in nanoseconds between trace generations. Only
applies if a program is built with GOEXPERIMENT=exectracer2. Used primarily for testing