Searched refs:TraceIntelPTGetStateResponse (Results 1 – 3 of 3) sorted by relevance
112 struct TraceIntelPTGetStateResponse : TraceGetStateResponse { struct124 TraceIntelPTGetStateResponse &packet, llvm::json::Path path); argument126 llvm::json::Value toJSON(const TraceIntelPTGetStateResponse &packet);
109 bool fromJSON(const json::Value &value, TraceIntelPTGetStateResponse &packet, in fromJSON()117 json::Value toJSON(const TraceIntelPTGetStateResponse &packet) { in toJSON()
560 Expected<TraceIntelPTGetStateResponse> intelpt_state = in DoRefreshLiveProcessState() 561 json::parse<TraceIntelPTGetStateResponse>(json_response, in DoRefreshLiveProcessState() 562 "TraceIntelPTGetStateResponse"); in DoRefreshLiveProcessState()