Home
last modified time | relevance | path

Searched defs:viewerEvent (Results 1 – 1 of 1) sorted by relevance

/build/soong/ui/tracer/
Dtracer.go70 type viewerEvent struct { struct
71 Name string `json:"name,omitempty"`
72 Phase string `json:"ph"`
73 Scope string `json:"s,omitempty"`
74 Time uint64 `json:"ts"`
75 Dur uint64 `json:"dur,omitempty"`
76 Pid uint64 `json:"pid"`
77 Tid uint64 `json:"tid"`
78 ID uint64 `json:"id,omitempty"`
79 Arg interface{} `json:"args,omitempty"`