aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace.go
AgeCommit message (Expand)Author
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-18runtime: fix tracing of syscallexitDmitry Vyukov
2015-05-18runtime: factor stoptheworld/starttheworld patternAustin Clements
2015-05-01runtime: adjust traceTickDiv for non-x86 architecturesShenghou Ma
2015-04-20runtime: replace func-based write barrier skipping with type-basedRuss Cox
2015-04-10runtime: fix tracing of syscall exitDmitry Vyukov
2015-04-06runtime: introduce heap_live; replace use of heap_alloc in GCAustin Clements
2015-03-17runtime: remove futile wakeups from 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-26runtime: simplify CPU profiling codeMatthew Dempsky
2015-02-20cmd/trace: add new commandDmitry Vyukov
2015-02-03runtime: fix false race report during tracingDmitry Vyukov
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2015-01-30runtime: fix trace ticks frequency on windowsDmitry Vyukov
2015-01-28runtime: add tracing of runtime eventsDmitry Vyukov
2015-01-28runtime: add execution tracing functionalityDmitry Vyukov