Home
last modified time | relevance | path

Searched refs:tracerImpl (Results 1 – 3 of 3) sorted by relevance

/build/soong/ui/tracer/
Dtracer.go56 type tracerImpl struct { struct
68 var _ Tracer = &tracerImpl{}
92 func New(log logger.Logger) *tracerImpl {
93 ret := &tracerImpl{
104 func (t *tracerImpl) startBuffer() { argument
111 func (t *tracerImpl) close() { argument
128 func (t *tracerImpl) SetOutput(filename string) { argument
158 func (t *tracerImpl) Close() { argument
165 func (t *tracerImpl) writeEvent(event *viewerEvent) { argument
172 func (t *tracerImpl) writeEventLocked(event *viewerEvent) { argument
[all …]
Dstatus.go22 func (t *tracerImpl) StatusTracer() status.StatusOutput {
36 tracer *tracerImpl
Dmicrofactory.go31 func (t *tracerImpl) importEvents(entries []*eventEntry) {
62 func (t *tracerImpl) ImportMicrofactoryLog(filename string) {