Lines Matching refs:json
73 Name string `json:"name,omitempty"`
74 Phase string `json:"ph"`
75 Scope string `json:"s,omitempty"`
76 Time uint64 `json:"ts"`
77 Dur uint64 `json:"dur,omitempty"`
78 Pid uint64 `json:"pid"`
79 Tid uint64 `json:"tid"`
80 ID uint64 `json:"id,omitempty"`
81 Arg interface{} `json:"args,omitempty"`
85 Name string `json:"name"`
175 bytes, err := json.Marshal(event)
260 var _ json.Marshaler = countersMarshaller(nil)
267 name, err := json.Marshal(counter.Name)
273 value, err := json.Marshal(counter.Value)