go/src/cmd/trace
Rohith Ravi af55060b39 cmd/trace: fix the broken link in region pages and improve UX
The trace tool had a broken link due to a parameter encoding error,
which has been corrected.

In addition:

- the user regions page has been enhanced to include links to
pprof style profiles for region specific io, block, syscall and
schedwait profiles.

- sortable table headers have a pointer cursor to indicate they're
clickable.

Fixes #38518

Change-Id: I26cd5157bd9753750f5f53ea03aac5d2d41b021c
Reviewed-on: https://go-review.googlesource.com/c/go/+/228899
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2020-04-21 14:57:43 +00:00
..
annotations.go cmd/trace: fix the broken link in region pages and improve UX 2020-04-21 14:57:43 +00:00
annotations_test.go
doc.go
goroutines.go cmd/trace: fix the broken link in region pages and improve UX 2020-04-21 14:57:43 +00:00
main.go
mmu.go
pprof.go
trace.go cmd/trace: update to use WebComponents V0 polyfill 2020-02-20 19:12:11 +00:00
trace_test.go runtime: emit trace event in direct semaphore handoff 2020-01-02 20:13:03 +00:00
trace_unix_test.go