summaryrefslogtreecommitdiff
path: root/src/runtime/trace/trace_stack_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-11/+12
* runtime/trace: deflake TestTraceSymbolizeRuss Cox2016-10-281-2/+2
* runtime/trace: test detection of broken timestampsDmitry Vyukov2016-04-241-4/+1
* runtime: emit file:line info into tracesDmitry Vyukov2016-04-081-4/+3
* net: deduplicate TCP socket codeMikio Hara2016-03-031-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime,internal/trace: map/slice literals janitoringDidier Spezia2015-09-111-77/+77
* runtime/trace: test requires 'go tool addr2line'David Crawshaw2015-07-301-1/+1
* runtime/trace: remove existing SkipsRuss Cox2015-07-291-1/+1
* runtime/trace: record event sequence numbers explicitlyRuss Cox2015-07-291-1/+1
* runtime/trace: fix TestTraceSymbolize networkingRuss Cox2015-07-231-4/+4
* runtime/trace: add new packageDmitry Vyukov2015-07-221-0/+285