]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: emit file:line info into traces
authorDmitry Vyukov <dvyukov@google.com>
Fri, 8 Apr 2016 13:14:37 +0000 (15:14 +0200)
committerDmitry Vyukov <dvyukov@google.com>
Fri, 8 Apr 2016 20:52:30 +0000 (20:52 +0000)
commit0fb7b4cccd02df10f239ed77d6d85566b6388b83
treecb002000b581cd1ed928368f2ed5d514612b7db3
parent9ada88aec271a2f08c998e9669331145803e7d5a
runtime: emit file:line info into traces

This makes traces self-contained and simplifies trace workflow
in modern cloud environments where it is simpler to reach
a service via HTTP than to obtain the binary.

Change-Id: I6ff3ca694dc698270f1e29da37d5efaf4e843a0d
Reviewed-on: https://go-review.googlesource.com/21732
Run-TryBot: Dmitry Vyukov <dvyukov@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/cmd/trace/main.go
src/internal/trace/parser.go
src/runtime/trace.go
src/runtime/trace/trace_stack_test.go