File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ func StopTrace() {
331
331
//
332
332
// traceAdvanceSema must not be held.
333
333
//
334
- // traceAdvance is called by golang.org/x/exp/trace using linkname.
334
+ // traceAdvance is called by runtime/trace and golang.org/x/exp/trace using linkname.
335
335
//
336
336
//go:linkname traceAdvance
337
337
func traceAdvance (stopTrace bool ) {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ type traceTime uint64
51
51
// nosplit because it's called from exitsyscall and various trace writing functions,
52
52
// which are nosplit.
53
53
//
54
- // traceClockNow is called by golang.org/x/exp/trace using linkname.
54
+ // traceClockNow is called by runtime/trace and golang.org/x/exp/trace using linkname.
55
55
//
56
56
//go:linkname traceClockNow
57
57
//go:nosplit
You can’t perform that action at this time.
0 commit comments