Searched defs:traceStringTable (Results 1 – 1 of 1) sorted by relevance
15 type traceStringTable struct { struct17 lock mutex18 buf *traceBuf // string batches to write out to the trace.21 tab traceMap25 func (t *traceStringTable) put(gen uintptr, s string) uint64 {39 func (t *traceStringTable) emit(gen uintptr, s string) uint64 {53 func (t *traceStringTable) writeString(gen uintptr, id uint64, s string) {85 func (t *traceStringTable) reset(gen uintptr) {