go/src/internal/trace
Nicolas Hillegeer d892cb496a internal/trace/v2: make readBatch param more permissive
This function is copied to x/exp/trace. In https://go.dev/cl/566255 a
change is made where the source is a bytes.Reader instead of a
bufio.Reader from one of the two callers. Change the prototype here
instead of diverging the implementations.

Change-Id: I594224663996eadbc8c388442d68ac5706c52c8e
Reviewed-on: https://go-review.googlesource.com/c/go/+/566236
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
2024-02-22 22:21:26 +00:00
..
testdata
traceviewer cmd/trace/v2: emit regions in the goroutine-oriented task view 2023-11-21 21:29:58 +00:00
v2 internal/trace/v2: make readBatch param more permissive 2024-02-22 22:21:26 +00:00
gc.go cmd/trace: common up the mmu page and add it to cmd/trace/v2 2023-11-21 21:27:45 +00:00
gc_test.go cmd/trace: common up the mmu page and add it to cmd/trace/v2 2023-11-21 21:27:45 +00:00
goroutines.go
mkcanned.bash
mud.go
mud_test.go
order.go
parser.go cmd/trace: add almost full support for v2 traces in the trace viewer 2023-11-21 20:45:06 +00:00
parser_test.go
summary.go cmd/trace/v2,internal/trace: use correct frame for identifying goroutines 2024-02-09 16:30:09 +00:00
summary_test.go cmd/trace/v2,internal/trace: use correct frame for identifying goroutines 2024-02-09 16:30:09 +00:00
writer.go