Skip to content

Commit d94a8c5

Browse files
florianlthepudds
authored andcommitted
runtime: cleanup pagetrace
pagetrace functionality was removed with CL 583379. Change-Id: I8e8718e6cf5415e326ec127fb294588866ee4e6a Reviewed-on: https://go-review.googlesource.com/c/go/+/713260 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]>
1 parent 02728a2 commit d94a8c5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/runtime/extern.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,6 @@ It is a comma-separated list of name=val pairs setting these named variables:
171171
silently default to 1024. Future versions of Go may remove this limitation
172172
and extend profstackdepth to apply to the CPU profiler and execution tracer.
173173
174-
pagetrace: setting pagetrace=/path/to/file will write out a trace of page events
175-
that can be viewed, analyzed, and visualized using the x/debug/cmd/pagetrace tool.
176-
Build your program with GOEXPERIMENT=pagetrace to enable this functionality. Do not
177-
enable this functionality if your program is a setuid binary as it introduces a security
178-
risk in that scenario. Currently not supported on Windows, plan9 or js/wasm. Setting this
179-
option for some applications can produce large traces, so use with care.
180-
181174
panicnil: setting panicnil=1 disables the runtime error when calling panic with nil
182175
interface value or an untyped nil.
183176

0 commit comments

Comments
 (0)