Searched refs:TraceIntelPTGetStateResponse (Results 1 – 10 of 10) sorted by relevance
40 TraceIntelPTGetStateResponse response; in TEST()44 Expected<TraceIntelPTGetStateResponse> deserialized_response = in TEST()45 json::parse<TraceIntelPTGetStateResponse>( in TEST()82 TraceIntelPTGetStateResponse response; in TEST()85 Expected<TraceIntelPTGetStateResponse> deserialized_response = in TEST()86 json::parse<TraceIntelPTGetStateResponse>( in TEST()
111 struct TraceIntelPTGetStateResponse : TraceGetStateResponse { struct123 TraceIntelPTGetStateResponse &packet, llvm::json::Path path); argument125 llvm::json::Value toJSON(const TraceIntelPTGetStateResponse &packet);
37 TraceIntelPTGetStateResponse IntelPTPerThreadProcessTrace::GetState() { in GetState()38 TraceIntelPTGetStateResponse state; in GetState()
108 TraceIntelPTGetStateResponse IntelPTMultiCoreTrace::GetState() { in GetState()109 TraceIntelPTGetStateResponse state; in GetState()
30 virtual TraceIntelPTGetStateResponse GetState() = 0;
45 TraceIntelPTGetStateResponse GetState() override;
81 TraceIntelPTGetStateResponse GetState() override;
203 TraceIntelPTGetStateResponse state; in GetState()
109 bool fromJSON(const json::Value &value, TraceIntelPTGetStateResponse &packet, in fromJSON()117 json::Value toJSON(const TraceIntelPTGetStateResponse &packet) { in toJSON()
511 Expected<TraceIntelPTGetStateResponse> intelpt_state = in DoRefreshLiveProcessState()512 json::parse<TraceIntelPTGetStateResponse>(json_response, in DoRefreshLiveProcessState()