runtime.g.tracelastp (field)
10 uses
runtime (current package)
runtime2.go#L457: tracelastp puintptr // last P emitted an event for this goroutine
trace.go#L228: gp.tracelastp = getg().m.p
trace.go#L1057: newg.tracelastp = getg().m.p
trace.go#L1069: } else if _g_.tracelastp == _p_ {
trace.go#L1072: _g_.tracelastp = _p_
trace.go#L1083: _g_.tracelastp = _g_.m.p
trace.go#L1089: _g_.tracelastp = _g_.m.p
trace.go#L1103: if gp.tracelastp == _p_ {
trace.go#L1106: gp.tracelastp = _p_
trace.go#L1130: _g_.tracelastp = _g_.m.p
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)