const runtime._TraceJumpStack
4 uses
runtime (current package)
proc.go#L4499: n = gentraceback(pc, sp, lr, gp, 0, &stk[0], len(stk), nil, nil, _TraceTrap|_TraceJumpStack)
proc.go#L4512: n = gentraceback(mp.vdsoPC, mp.vdsoSP, 0, gp, 0, &stk[0], len(stk), nil, nil, _TraceTrap|_TraceJumpStack)
runtime2.go#L977: _TraceJumpStack // if traceback is on a systemstack, resume trace at g that called into it
traceback.go#L188: if flags&_TraceJumpStack != 0 && gp == gp.m.g0 && gp.m.curg != nil {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |