Lines Matching refs:json
8 "encoding/json"
69 // httpJsonTrace serves json trace, requested from within templTrace HTML.
98 err = json.NewEncoder(w).Encode(generateTrace(params))
135 Events []*ViewerEvent `json:"traceEvents"`
136 Frames map[string]ViewerFrame `json:"stackFrames"`
137 TimeUnit string `json:"displayTimeUnit"`
141 Name string `json:"name,omitempty"`
142 Phase string `json:"ph"`
143 Scope string `json:"s,omitempty"`
144 Time float64 `json:"ts"`
145 Dur float64 `json:"dur,omitempty"`
146 Pid uint64 `json:"pid"`
147 Tid uint64 `json:"tid"`
148 ID uint64 `json:"id,omitempty"`
149 Stack int `json:"sf,omitempty"`
150 EndStack int `json:"esf,omitempty"`
151 Arg interface{} `json:"args,omitempty"`
155 Name string `json:"name"`
156 Parent int `json:"parent,omitempty"`
160 Name string `json:"name"`
164 Index int `json:"sort_index"`
167 // generateTrace generates json trace for trace-viewer: