aboutsummaryrefslogtreecommitdiff
path: root/src/internal/trace
AgeCommit message (Expand)Author
2015-06-11all: fix misprints in commentsAinar Garipov
2015-04-10internal/trace: don't assume GC will start and end on same PAustin Clements
2015-04-10runtime: fix tracing of syscall exitDmitry Vyukov
2015-03-17runtime: remove futile wakeups from traceDmitry Vyukov
2015-03-11cmd/trace: move goroutine analysis code to internal/traceDmitry Vyukov
2015-03-11cmd/trace: dump thread id on proc startDmitry Vyukov
2015-03-10runtime: remove runtime frames from stacks in tracesDmitry Vyukov
2015-02-20cmd/trace: add new commandDmitry Vyukov